add a preview to list widget

This commit is contained in:
tibbi
2016-11-30 19:49:51 +01:00
parent 13e2277f48
commit 08ad077c83
7 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@
<receiver
android:name=".helpers.MyWidgetListProvider"
android:icon="@mipmap/widget_monthly_preview"
android:icon="@mipmap/widget_list_preview"
android:label="@string/widget_list">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@@ -4,6 +4,6 @@
android:initialLayout="@layout/widget_event_list"
android:minHeight="@dimen/min_widget_height"
android:minWidth="@dimen/min_widget_width"
android:previewImage="@mipmap/widget_monthly_preview"
android:previewImage="@mipmap/widget_list_preview"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="600000"/>