summaryrefslogtreecommitdiffstats
path: root/res/layout/bookmark_list.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-01-14 11:01:05 -0800
committerJohn Reck <jreck@google.com>2011-01-14 17:37:01 -0800
commitb3417f0a68a1efc64604ea354ae7f856ce79cb16 (patch)
tree455c87606f0f1a97c2c06c7338a5aa29715880e8 /res/layout/bookmark_list.xml
parent231f751049febdb0877ead6364d33d130286cff1 (diff)
downloadpackages_apps_Browser-b3417f0a68a1efc64604ea354ae7f856ce79cb16.tar.gz
packages_apps_Browser-b3417f0a68a1efc64604ea354ae7f856ce79cb16.tar.bz2
packages_apps_Browser-b3417f0a68a1efc64604ea354ae7f856ce79cb16.zip
Bookmark UI update
Change-Id: Ibdf7f93f7c5863d7108044dcd40d3866ff02518a
Diffstat (limited to 'res/layout/bookmark_list.xml')
-rw-r--r--res/layout/bookmark_list.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/res/layout/bookmark_list.xml b/res/layout/bookmark_list.xml
index 720685b66..7413ca833 100644
--- a/res/layout/bookmark_list.xml
+++ b/res/layout/bookmark_list.xml
@@ -21,20 +21,21 @@
android:layout_height="match_parent"
android:minHeight="@dimen/widgetItemMinHeight"
android:orientation="horizontal"
- android:padding="8dip">
+ android:paddingLeft="16dip">
<ImageView
android:id="@+id/favicon"
- android:layout_height="24dp"
- android:layout_width="24dp"
+ android:layout_height="32dip"
+ android:layout_width="32dip"
android:layout_gravity="center_vertical"
- android:scaleType="fitXY"/>
+ android:background="@drawable/bookmark_list_favicon_bg"
+ android:scaleType="fitXY" />
<TextView
android:id="@+id/label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:padding="8dip"
+ android:paddingLeft="16dip"
android:maxLines="1"
android:scrollHorizontally="true"
android:ellipsize="marquee"/>