summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-08-30 13:20:37 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-08-30 13:20:37 -0700
commit97c7476875bcd8dd72ff448754acf44eee5bc64a (patch)
tree1a4802aaf60d763ae3fb5e4e2553772804b460b7 /res/layout
parent2621da4894d3c73fc966323927a02496e7aad416 (diff)
parentcba8d0efd388146f6814c83a363f4facdec5be2f (diff)
downloadpackages_apps_Browser-97c7476875bcd8dd72ff448754acf44eee5bc64a.zip
packages_apps_Browser-97c7476875bcd8dd72ff448754acf44eee5bc64a.tar.gz
packages_apps_Browser-97c7476875bcd8dd72ff448754acf44eee5bc64a.tar.bz2
am cba8d0ef: Merge "Difficult to bookmark History items on ldpi-screens"
Merge commit 'cba8d0efd388146f6814c83a363f4facdec5be2f' into gingerbread-plus-aosp * commit 'cba8d0efd388146f6814c83a363f4facdec5be2f': Difficult to bookmark History items on ldpi-screens
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/history_item.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/layout/history_item.xml b/res/layout/history_item.xml
index 4522a75..a0b031a 100644
--- a/res/layout/history_item.xml
+++ b/res/layout/history_item.xml
@@ -19,10 +19,7 @@
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:orientation="horizontal"
- android:paddingRight="6dip"
android:paddingLeft="6dip"
- android:paddingTop="5dip"
- android:paddingBottom="5dip"
android:gravity="center_vertical"
>
<ImageView android:id="@+id/favicon"
@@ -58,7 +55,8 @@
</LinearLayout>
<CheckBox android:id="@+id/star"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_height="fill_parent"
+ android:paddingRight="6dip"
android:focusable="false"
android:button="@android:drawable/btn_star"
/>