summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2011-02-22 15:00:00 -0500
committerLeon Scroggins <scroggo@google.com>2011-02-23 13:14:43 -0500
commit0a1489ff8dc28da40a96ddd3ea889f10aed1f8b8 (patch)
tree5d857f06239ad70d5f4a1ac79f30e550c527d525 /res/layout
parent576ea9c032a5d58d1c49e3fe12b0a171c7850901 (diff)
downloadpackages_apps_browser-0a1489ff8dc28da40a96ddd3ea889f10aed1f8b8.zip
packages_apps_browser-0a1489ff8dc28da40a96ddd3ea889f10aed1f8b8.tar.gz
packages_apps_browser-0a1489ff8dc28da40a96ddd3ea889f10aed1f8b8.tar.bz2
Use a smaller height so there is enough room for suggestions.
Bug:3393361 Also make the folder selector and normal view have the same height. Change-Id: If59ce76950997721db2a6d93fc9fbd7bed6baee4
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/browser_add_bookmark_content.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/browser_add_bookmark_content.xml b/res/layout/browser_add_bookmark_content.xml
index 8b28011..6ee7a5a 100644
--- a/res/layout/browser_add_bookmark_content.xml
+++ b/res/layout/browser_add_bookmark_content.xml
@@ -102,7 +102,7 @@
android:layout_height="wrap_content"
android:stretchColumns="1"
android:shrinkColumns="1"
- android:paddingTop="20dip"
+ android:paddingTop="10dip"
android:paddingLeft="20dip"
android:paddingRight="20dip" >
<TableRow>
@@ -110,7 +110,7 @@
android:id="@+id/titleText"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:layout_marginBottom="40dip"
+ android:layout_marginBottom="30dip"
android:text="@string/name"
android:textAppearance="?android:attr/textAppearanceMedium" />
@@ -134,7 +134,7 @@
android:layout_width="wrap_content"
android:text="@string/location"
android:gravity="left"
- android:layout_marginBottom="40dip"
+ android:layout_marginBottom="20dip"
android:textAppearance="?android:attr/textAppearanceMedium" />
<EditText