diff options
author | daneren2005 <daneren2005@gmail.com> | 2014-04-28 06:23:10 -0700 |
---|---|---|
committer | daneren2005 <daneren2005@gmail.com> | 2014-04-28 06:23:10 -0700 |
commit | 5da02e0ad067ffb7b299687268c8316b2a562221 (patch) | |
tree | 9c21c3e89d91198b9d29d51ca336d2a0b088058b /res/xml/appwidget4x1.xml | |
parent | 474371b879640121732a5803154878736dc1462d (diff) | |
parent | 89d125efdf67314392e57081f1549ec414cab639 (diff) | |
download | dsub-5da02e0ad067ffb7b299687268c8316b2a562221.tar.gz dsub-5da02e0ad067ffb7b299687268c8316b2a562221.tar.bz2 dsub-5da02e0ad067ffb7b299687268c8316b2a562221.zip |
Merge pull request #338 from thknepper/master
Preview images for widgets
Diffstat (limited to 'res/xml/appwidget4x1.xml')
-rw-r--r-- | res/xml/appwidget4x1.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/appwidget4x1.xml b/res/xml/appwidget4x1.xml index 65f47dba..f3ab5d56 100644 --- a/res/xml/appwidget4x1.xml +++ b/res/xml/appwidget4x1.xml @@ -4,4 +4,5 @@ android:minHeight="56dip" android:updatePeriodMillis="0" android:resizeMode="horizontal|vertical" - android:initialLayout="@layout/appwidget4x1"/>
\ No newline at end of file + android:previewImage="@drawable/appwidget4x1_preview" + android:initialLayout="@layout/appwidget4x1"/> |