OSDN Git Service

Added widget preview image. NOTE: This image should be replaced by a custom graphic.
authorAdam Lesinski <adamlesinski@google.com>
Mon, 4 Oct 2010 23:40:29 +0000 (16:40 -0700)
committerAdam Lesinski <adamlesinski@google.com>
Mon, 4 Oct 2010 23:40:29 +0000 (16:40 -0700)
Change-Id: Ia8abd993b399a9fed567266f699874baa67a09f9

res/drawable/preview.png [new file with mode: 0644]
res/xml/appwidget_info.xml

diff --git a/res/drawable/preview.png b/res/drawable/preview.png
new file mode 100644 (file)
index 0000000..ebf7f3d
Binary files /dev/null and b/res/drawable/preview.png differ
index 2186dab..79d11dd 100644 (file)
@@ -17,6 +17,7 @@
 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
     android:minWidth="294dip"
     android:minHeight="72dip"
+    android:previewImage="@drawable/preview"
     android:initialLayout="@layout/widget"
     >
 </appwidget-provider>