diff options
author | Adam Lesinski <adamlesinski@google.com> | 2010-10-04 16:40:29 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2010-10-04 16:40:29 -0700 |
commit | e684399717ef091ae36257ef5b8d893e85d37254 (patch) | |
tree | e595f0508898198f7384016e9ec87290dacb3c9f /res/xml | |
parent | 4e6466f5ef16b2e34892d694e24317436966a4f9 (diff) | |
download | packages_apps_settings-e684399717ef091ae36257ef5b8d893e85d37254.zip packages_apps_settings-e684399717ef091ae36257ef5b8d893e85d37254.tar.gz packages_apps_settings-e684399717ef091ae36257ef5b8d893e85d37254.tar.bz2 |
Added widget preview image. NOTE: This image should be replaced by a custom graphic.
Change-Id: Ia8abd993b399a9fed567266f699874baa67a09f9
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/appwidget_info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/appwidget_info.xml b/res/xml/appwidget_info.xml index 2186dab..79d11dd 100644 --- a/res/xml/appwidget_info.xml +++ b/res/xml/appwidget_info.xml @@ -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> |