Skip to content

Commit ea72574

Browse files
committed
Display the proper widget preview image
1 parent 75b23ff commit ea72574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/xml/widget_info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
android:initialLayout="@layout/widget"
55
android:minHeight="30dp"
66
android:minWidth="30dp"
7-
android:resizeMode="horizontal|vertical">
8-
</appwidget-provider>
7+
android:previewImage="@mipmap/widget_preview"
8+
android:resizeMode="horizontal|vertical"/>

0 commit comments

Comments
 (0)