summaryrefslogtreecommitdiffstats
path: root/res/layout/bookmark_grid_row.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-05-18 13:30:29 -0700
committerJohn Reck <jreck@google.com>2011-05-18 13:30:29 -0700
commit3ce396ae49984e3d5c654917838901f90fe663d6 (patch)
tree5d7641bd22dec460bce42e3f965b2b62e180e966 /res/layout/bookmark_grid_row.xml
parentfba541e7ca1ae088bf612d2d98fe4ce60b7c1e01 (diff)
downloadandroid_packages_apps_Gello-3ce396ae49984e3d5c654917838901f90fe663d6.tar.gz
android_packages_apps_Gello-3ce396ae49984e3d5c654917838901f90fe663d6.tar.bz2
android_packages_apps_Gello-3ce396ae49984e3d5c654917838901f90fe663d6.zip
Fit 3 bookmark columns in phone portrait
Change-Id: I5fb01bd8ea7e544388e5f6377c0d95a1846fbb1a
Diffstat (limited to 'res/layout/bookmark_grid_row.xml')
-rw-r--r--res/layout/bookmark_grid_row.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/bookmark_grid_row.xml b/res/layout/bookmark_grid_row.xml
index 669cff34..5dc3a76a 100644
--- a/res/layout/bookmark_grid_row.xml
+++ b/res/layout/bookmark_grid_row.xml
@@ -18,7 +18,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:paddingLeft="10dp"
- android:paddingRight="10dp">
+ android:paddingLeft="@dimen/combo_rowPadding"
+ android:paddingRight="@dimen/combo_rowPadding">
</LinearLayout>