mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2024-12-26 14:33:02 +01:00
add widget previews
This commit is contained in:
parent
f1c6a8644e
commit
4ebecd2003
@ -39,7 +39,8 @@
|
|||||||
android:screenOrientation="portrait"/>
|
android:screenOrientation="portrait"/>
|
||||||
|
|
||||||
<receiver
|
<receiver
|
||||||
android:name=".MyWidgetProvider">
|
android:name=".MyWidgetProvider"
|
||||||
|
android:icon="@mipmap/widget_preview">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
|
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
BIN
app/src/main/res/mipmap-hdpi/widget_preview.png
Normal file
BIN
app/src/main/res/mipmap-hdpi/widget_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
app/src/main/res/mipmap-mdpi/widget_preview.png
Normal file
BIN
app/src/main/res/mipmap-mdpi/widget_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
app/src/main/res/mipmap-xhdpi/widget_preview.png
Normal file
BIN
app/src/main/res/mipmap-xhdpi/widget_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/widget_preview.png
Normal file
BIN
app/src/main/res/mipmap-xxhdpi/widget_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/widget_preview.png
Normal file
BIN
app/src/main/res/mipmap-xxxhdpi/widget_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user