Skip to content

Commit

Permalink
Make app widget resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuwu committed Dec 2, 2024
1 parent c5c5f06 commit 9c37497
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/xml/glance_widget_provider.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:initialLayout="@layout/glance_default_loading_layout"
android:maxResizeWidth="230dp"
android:maxResizeHeight="130dp"
android:maxResizeWidth="550dp"
android:maxResizeHeight="350dp"
android:minWidth="230dp"
android:minHeight="130dp"
android:minResizeWidth="230dp"
android:minResizeHeight="130dp"
android:resizeMode="horizontal|vertical"
android:targetCellWidth="5"
android:targetCellHeight="3" />
android:targetCellHeight="3" />

0 comments on commit 9c37497

Please sign in to comment.