From 370a4f3e47b740fd10b9028aae9e87e17254caa8 Mon Sep 17 00:00:00 2001 From: Michael Kolb Date: Wed, 6 Oct 2010 10:45:32 -0700 Subject: new bookmark screen part 2 specs here: https://docs.google.com/a/google.com/present/edit?id=0ARMpWryWB2oaY2RkbmZwdnBfODc0Y2diYnBoNDc&hl=en moved tabs to top added bread crumbs view for folder hierarchy changed thumbnail sizes for xlarge screens Change-Id: I3035f299b343f9aa1ec0dd41772e5594cd6b21f5 --- res/drawable-mdpi/crumb_divider.9.png | Bin 0 -> 161 bytes res/drawable-mdpi/divider_vert.9.png | Bin 0 -> 165 bytes res/layout/bookmarks.xml | 54 ++--- res/layout/bookmarks_history.xml | 83 +++++-- res/values-xlarge/dimensions.xml | 4 +- src/com/android/browser/AddBookmarkPage.java | 8 +- src/com/android/browser/BreadCrumbView.java | 253 +++++++++++++++++++++ src/com/android/browser/BrowserActivity.java | 27 ++- src/com/android/browser/BrowserBookmarksPage.java | 95 ++++---- .../browser/CombinedBookmarkHistoryView.java | 91 ++++++-- src/com/android/browser/ShortcutActivity.java | 2 +- 11 files changed, 483 insertions(+), 134 deletions(-) create mode 100644 res/drawable-mdpi/crumb_divider.9.png create mode 100644 res/drawable-mdpi/divider_vert.9.png create mode 100644 src/com/android/browser/BreadCrumbView.java diff --git a/res/drawable-mdpi/crumb_divider.9.png b/res/drawable-mdpi/crumb_divider.9.png new file mode 100644 index 0000000..8c8fd43 Binary files /dev/null and b/res/drawable-mdpi/crumb_divider.9.png differ diff --git a/res/drawable-mdpi/divider_vert.9.png b/res/drawable-mdpi/divider_vert.9.png new file mode 100644 index 0000000..2c5646e Binary files /dev/null and b/res/drawable-mdpi/divider_vert.9.png differ diff --git a/res/layout/bookmarks.xml b/res/layout/bookmarks.xml index d90620c..fa08353 100644 --- a/res/layout/bookmarks.xml +++ b/res/layout/bookmarks.xml @@ -14,47 +14,29 @@ limitations under the License. --> - - - + - -