mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(android): increase widget size to 5x3
This commit is contained in:
parent
23366e4536
commit
85351d5b1c
1 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,10 @@
|
|||
-->
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:initialLayout="@layout/glance_default_loading_layout"
|
||||
android:minWidth="250dp"
|
||||
android:minHeight="110dp"
|
||||
android:minResizeWidth="250dp"
|
||||
android:minResizeHeight="110dp"
|
||||
android:minWidth="349dp"
|
||||
android:minHeight="165dp"
|
||||
android:minResizeWidth="349dp"
|
||||
android:minResizeHeight="165dp"
|
||||
android:resizeMode="vertical|horizontal"
|
||||
android:updatePeriodMillis="1800000"
|
||||
android:widgetCategory="home_screen" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue