diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5e81441..83a0050 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -14,7 +14,7 @@
android:theme="@android:style/Theme.Holo"
android:allowBackup="true">
@@ -24,7 +24,7 @@
+ android:parentActivityName=".BookMarkMainActivity" >
@@ -35,7 +35,7 @@
+ android:parentActivityName=".BookMarkMainActivity"/>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index dc3e25b..423eb43 100755
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,11 @@
okhttp
1.2.1
+
+ com.google.android
+ support-v4
+ r6
+
diff --git a/res/layout/main.xml b/res/layout/allbook_marks_main.xml
similarity index 100%
rename from res/layout/main.xml
rename to res/layout/allbook_marks_main.xml
diff --git a/res/layout/list_item.xml b/res/layout/allbookmarks_list_item.xml
similarity index 100%
rename from res/layout/list_item.xml
rename to res/layout/allbookmarks_list_item.xml
diff --git a/res/layout/book_mark_search_layout.xml b/res/layout/book_mark_search_layout.xml
new file mode 100644
index 0000000..2b6b418
--- /dev/null
+++ b/res/layout/book_mark_search_layout.xml
@@ -0,0 +1,6 @@
+
+
+
diff --git a/res/layout/bookie_main_container_layout.xml b/res/layout/bookie_main_container_layout.xml
new file mode 100644
index 0000000..80a99db
--- /dev/null
+++ b/res/layout/bookie_main_container_layout.xml
@@ -0,0 +1,6 @@
+
+
\ No newline at end of file
diff --git a/res/layout/mybook_marks_main.xml b/res/layout/mybook_marks_main.xml
new file mode 100644
index 0000000..2b6b418
--- /dev/null
+++ b/res/layout/mybook_marks_main.xml
@@ -0,0 +1,6 @@
+
+
+
diff --git a/res/layout/mybookmarks_list_item.xml b/res/layout/mybookmarks_list_item.xml
new file mode 100644
index 0000000..0a88675
--- /dev/null
+++ b/res/layout/mybookmarks_list_item.xml
@@ -0,0 +1,9 @@
+
+
+
+
\ No newline at end of file
diff --git a/res/menu/main_activity_actions.xml b/res/menu/main_activity_actions.xml
index e1bec92..c8371ee 100644
--- a/res/menu/main_activity_actions.xml
+++ b/res/menu/main_activity_actions.xml
@@ -1,14 +1,14 @@