summaryrefslogtreecommitdiffstats
path: root/res/layout/bookmarks.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-05-09 16:54:28 -0700
committerJohn Reck <jreck@google.com>2011-05-10 15:18:49 -0700
commit71efc2bbf08574425a387c992e24cb9eaf0a6e6c (patch)
tree078a3d1148e70e543fcbefcd7e11606d41e65371 /res/layout/bookmarks.xml
parent503da5b02133380e94642f6e4966ecd8ee2cd76c (diff)
downloadandroid_packages_apps_Gello-71efc2bbf08574425a387c992e24cb9eaf0a6e6c.tar.gz
android_packages_apps_Gello-71efc2bbf08574425a387c992e24cb9eaf0a6e6c.tar.bz2
android_packages_apps_Gello-71efc2bbf08574425a387c992e24cb9eaf0a6e6c.zip
Initial pass at collapsable bookmarks
Change bookmark view to show all bookmarks Group by account_name Change-Id: I2c252c9f0e8d4df4271649dbe9bf3db336f921df
Diffstat (limited to 'res/layout/bookmarks.xml')
-rw-r--r--res/layout/bookmarks.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/res/layout/bookmarks.xml b/res/layout/bookmarks.xml
index 81327e43..bcabc03b 100644
--- a/res/layout/bookmarks.xml
+++ b/res/layout/bookmarks.xml
@@ -33,20 +33,14 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
- <GridView
+ <com.android.browser.view.BookmarkExpandableGridView
android:id="@+id/grid"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal"
- android:horizontalSpacing="@dimen/combo_horizontalSpacing"
- android:verticalSpacing="40dip"
- android:scrollbarStyle="insideInset"
- android:listSelector="@drawable/bookmark_thumb_selector"
- android:drawSelectorOnTop="true"
- android:focusable="true"
- android:focusableInTouchMode="true"
- android:numColumns="auto_fit"
- android:stretchMode="spacingWidth" />
+ android:childDivider="@android:color/transparent"
+ android:divider="@android:color/transparent"
+ android:dividerHeight="0dp" />
<ListView
android:id="@+id/list"
android:layout_width="match_parent"