summaryrefslogtreecommitdiffstats
path: root/res/values/integers.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/integers.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/integers.xml')
-rw-r--r--res/values/integers.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/integers.xml b/res/values/integers.xml
index 7508e00..c923805 100644
--- a/res/values/integers.xml
+++ b/res/values/integers.xml
@@ -20,4 +20,5 @@
<integer name="max_tabs">16</integer>
<!-- The duration of the tab animations in millisecs -->
<integer name="tab_animation_duration">500</integer>
-</resources> \ No newline at end of file
+ <integer name="max_width_crumb">200</integer>
+</resources>