Add settings to enable bookmarks sync.

Change-Id: I86bc4ce9d21ec0a040322bd704cef46eaa17dc9c
diff --git a/res/layout/bookmarks.xml b/res/layout/bookmarks.xml
index f5c9331..d90620c 100644
--- a/res/layout/bookmarks.xml
+++ b/res/layout/bookmarks.xml
@@ -25,29 +25,11 @@
         android:orientation="vertical"
     >
 
-        <LinearLayout
-            android:layout_width="match_parent"
+        <Button android:id="@+id/up"
+            android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:orientation="horizontal"
-        >
-            <Button android:id="@+id/up"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:text="@string/defaultBookmarksUpButton"
-            />
-
-            <!-- space -->
-            <View
-                android:layout_width="0dip"
-                android:layout_height="0dip"
-                android:layout_weight="1"
-            />
-
-            <Spinner android:id="@+id/accounts"
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-            />
-        </LinearLayout>
+            android:text="@string/defaultBookmarksUpButton"
+        />
 
         <GridView android:id="@+id/grid"
             android:layout_width="match_parent"