summaryrefslogtreecommitdiffstats
path: root/res/layout/browser_add_bookmark.xml
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2011-01-05 18:02:41 -0500
committerLeon Scroggins <scroggo@google.com>2011-01-06 12:27:29 -0500
commit2ab6d2509cc1d9d55a97935501689fe08f8baf0c (patch)
tree584e3f966bea9eac6db6a988030e2ed89fcd5a93 /res/layout/browser_add_bookmark.xml
parentd5e5abaa809af28e4945e30906a5331fb07a40cf (diff)
downloadandroid_packages_apps_Gello-2ab6d2509cc1d9d55a97935501689fe08f8baf0c.tar.gz
android_packages_apps_Gello-2ab6d2509cc1d9d55a97935501689fe08f8baf0c.tar.bz2
android_packages_apps_Gello-2ab6d2509cc1d9d55a97935501689fe08f8baf0c.zip
Do not merge. Make the height remain the same when choosing folder.
Bug:2953515 Change-Id: I0f3df295f7f9825e48671f358c434e8c445b0533
Diffstat (limited to 'res/layout/browser_add_bookmark.xml')
-rw-r--r--res/layout/browser_add_bookmark.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/browser_add_bookmark.xml b/res/layout/browser_add_bookmark.xml
index 27b8e858..8adf4b68 100644
--- a/res/layout/browser_add_bookmark.xml
+++ b/res/layout/browser_add_bookmark.xml
@@ -72,7 +72,7 @@
<TableLayout android:id="@+id/default_view"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="@dimen/folder_selector_height"
android:layout_weight="1"
android:stretchColumns="1"
android:shrinkColumns="1"