From 06ec5f2d8735d1ba17b779deb0f8da032e0a62ea Mon Sep 17 00:00:00 2001 From: Leon Scroggins Date: Thu, 17 Sep 2009 12:46:04 -0400 Subject: Tweaks to improve the look of the bookmarks page. Change the size of the thumbnails for hi dpi. Scale the thumbnails according to the content width. Make the overlay on the first item slightly lighter. See http://b/issue?id=2137041 Change-Id: Ib461459c37ee03d1a6013a404a35c3869a8bb284 --- res/layout/bookmark_thumbnail.xml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'res') diff --git a/res/layout/bookmark_thumbnail.xml b/res/layout/bookmark_thumbnail.xml index 61ac50a..d53350b 100644 --- a/res/layout/bookmark_thumbnail.xml +++ b/res/layout/bookmark_thumbnail.xml @@ -17,17 +17,14 @@ - @@ -37,7 +34,7 @@ android:layout_height="fill_parent" android:layout_width="fill_parent" android:orientation="horizontal" - android:background="#cc000000" + android:background="#99000000" android:gravity="center" android:layout_alignBottom="@+id/thumb" android:layout_alignTop="@+id/thumb" @@ -45,8 +42,6 @@