From 71efc2bbf08574425a387c992e24cb9eaf0a6e6c Mon Sep 17 00:00:00 2001 From: John Reck Date: Mon, 9 May 2011 16:54:28 -0700 Subject: Initial pass at collapsable bookmarks Change bookmark view to show all bookmarks Group by account_name Change-Id: I2c252c9f0e8d4df4271649dbe9bf3db336f921df --- res/layout/bookmark_grid_row.xml | 24 ++++++++++++++++++++++++ res/layout/bookmark_group_view.xml | 38 ++++++++++++++++++++++++++++++++++++++ res/layout/bookmark_thumbnail.xml | 11 ++++++----- res/layout/bookmarks.xml | 16 +++++----------- 4 files changed, 73 insertions(+), 16 deletions(-) create mode 100644 res/layout/bookmark_grid_row.xml create mode 100644 res/layout/bookmark_group_view.xml (limited to 'res/layout') diff --git a/res/layout/bookmark_grid_row.xml b/res/layout/bookmark_grid_row.xml new file mode 100644 index 0000000..669cff3 --- /dev/null +++ b/res/layout/bookmark_grid_row.xml @@ -0,0 +1,24 @@ + + + + + + diff --git a/res/layout/bookmark_group_view.xml b/res/layout/bookmark_group_view.xml new file mode 100644 index 0000000..e6c9628 --- /dev/null +++ b/res/layout/bookmark_group_view.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + diff --git a/res/layout/bookmark_thumbnail.xml b/res/layout/bookmark_thumbnail.xml index c545fa4..fcff322 100644 --- a/res/layout/bookmark_thumbnail.xml +++ b/res/layout/bookmark_thumbnail.xml @@ -14,11 +14,12 @@ limitations under the License. --> - - + diff --git a/res/layout/bookmarks.xml b/res/layout/bookmarks.xml index 81327e4..bcabc03 100644 --- a/res/layout/bookmarks.xml +++ b/res/layout/bookmarks.xml @@ -33,20 +33,14 @@ - + android:childDivider="@android:color/transparent" + android:divider="@android:color/transparent" + android:dividerHeight="0dp" />