diff options
Diffstat (limited to 'res/drawable/widget_background.xml')
-rw-r--r-- | res/drawable/widget_background.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/res/drawable/widget_background.xml b/res/drawable/widget_background.xml index de6c3f2..15f8a59 100644 --- a/res/drawable/widget_background.xml +++ b/res/drawable/widget_background.xml @@ -16,14 +16,16 @@ <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> - <item> - <bitmap - android:src="@drawable/gradient_overlay_bg_bookmark_widget_holo" - android:gravity="top|fill_horizontal" /> + <item + android:drawable="@drawable/bg_bookmark_widget_holo"> </item> <item> <bitmap android:src="@drawable/stripes_overlay_bg_bookmark_widget_holo" - android:gravity="top|fill_horizontal" /> + android:gravity="top|left|clip_vertical|clip_horizontal" + android:left="3dip" + android:right="3dip" + android:top="3dip" + android:bottom="3dip" /> </item> </layer-list> |