mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
add a preview to list widget
This commit is contained in:
@@ -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"/>
|
||||
|
BIN
app/src/main/res/mipmap-hdpi/widget_list_preview.png
Normal file
BIN
app/src/main/res/mipmap-hdpi/widget_list_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
app/src/main/res/mipmap-mdpi/widget_list_preview.png
Normal file
BIN
app/src/main/res/mipmap-mdpi/widget_list_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
app/src/main/res/mipmap-xhdpi/widget_list_preview.png
Normal file
BIN
app/src/main/res/mipmap-xhdpi/widget_list_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/widget_list_preview.png
Normal file
BIN
app/src/main/res/mipmap-xxhdpi/widget_list_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/widget_list_preview.png
Normal file
BIN
app/src/main/res/mipmap-xxxhdpi/widget_list_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
@@ -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"/>
|
||||
|
Reference in New Issue
Block a user