Skip to content

Commit

Permalink
Add dynamic widget preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ex4dev committed Nov 23, 2021
1 parent 586f51f commit bb1056f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/xml/music_widget_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
android:minResizeWidth="110dp"
android:resizeMode="vertical|horizontal"
android:updatePeriodMillis="3600000"
android:widgetCategory="home_screen">
android:widgetCategory="home_screen"
android:previewLayout="@layout/music_widget">
<!-- minWidth = The default width when creating widget, minResizeWidth = the actual minimum -->
</appwidget-provider>

0 comments on commit bb1056f

Please sign in to comment.