summaryrefslogtreecommitdiffstats
path: root/res/values/dimensions.xml
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2010-10-15 10:54:27 -0400
committerLeon Scroggins <scroggo@google.com>2010-10-15 13:04:33 -0400
commit74dbe014c9be6ebbba80f1f08aec12d15254fcc7 (patch)
tree49fca0f04449cfc2dad690b1cb644eef635879da /res/values/dimensions.xml
parentdaece2e96475d269ea54cd92a290a787071e7298 (diff)
downloadpackages_apps_Browser-74dbe014c9be6ebbba80f1f08aec12d15254fcc7.zip
packages_apps_Browser-74dbe014c9be6ebbba80f1f08aec12d15254fcc7.tar.gz
packages_apps_Browser-74dbe014c9be6ebbba80f1f08aec12d15254fcc7.tar.bz2
Updates to the add bookmark dialog.
AddBookmarkPage: Use BreadCrumbView in the dialog. Set better dimensions so the dialog stays consistent. BreadCrumbView: Provide an option to disallow going back from a particular crumb. Limit the width of a crumb. Bug:2953515 Change-Id: Iadd68b89b9b43f9645d7c4dee483f66edb3f3c93
Diffstat (limited to 'res/values/dimensions.xml')
-rw-r--r--res/values/dimensions.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/dimensions.xml b/res/values/dimensions.xml
index 4d19a9f..f550cf7 100644
--- a/res/values/dimensions.xml
+++ b/res/values/dimensions.xml
@@ -21,4 +21,6 @@
<dimen name="bookmarkThumbnailWidth">90dip</dimen>
<dimen name="bookmarkThumbnailHeight">80dip</dimen>
-</resources> \ No newline at end of file
+ <dimen name="add_bookmark_width">500dip</dimen>
+ <dimen name="folder_selector_height">300dip</dimen>
+</resources>