Replace old list widget with new thumbnail widget
Bug: 3336562
Change-Id: Ic612b5309f185658f4515bbc90cc44d8b9ccf1e0
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>