diff options
author | John Reck <jreck@google.com> | 2011-05-18 13:30:29 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-05-18 13:30:29 -0700 |
commit | 3ce396ae49984e3d5c654917838901f90fe663d6 (patch) | |
tree | 5d7641bd22dec460bce42e3f965b2b62e180e966 /res/layout | |
parent | fba541e7ca1ae088bf612d2d98fe4ce60b7c1e01 (diff) | |
download | packages_apps_Browser-3ce396ae49984e3d5c654917838901f90fe663d6.zip packages_apps_Browser-3ce396ae49984e3d5c654917838901f90fe663d6.tar.gz packages_apps_Browser-3ce396ae49984e3d5c654917838901f90fe663d6.tar.bz2 |
Fit 3 bookmark columns in phone portrait
Change-Id: I5fb01bd8ea7e544388e5f6377c0d95a1846fbb1a
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/bookmark_grid_row.xml | 4 | ||||
-rw-r--r-- | res/layout/bookmark_thumbnail.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/bookmark_grid_row.xml b/res/layout/bookmark_grid_row.xml index 669cff3..5dc3a76 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> diff --git a/res/layout/bookmark_thumbnail.xml b/res/layout/bookmark_thumbnail.xml index fcff322..cd7b9be 100644 --- a/res/layout/bookmark_thumbnail.xml +++ b/res/layout/bookmark_thumbnail.xml @@ -18,7 +18,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical" - android:padding="8dip" + android:padding="@dimen/combo_horizontalSpacing" android:background="@drawable/bookmark_thumb_selector" > |