Skip to content

Commit

Permalink
Fix button widget on Samsung devices (#4181)
Browse files Browse the repository at this point in the history
Fix button widget
  • Loading branch information
SkechyWolf authored Feb 2, 2024
1 parent c185b87 commit 1786a7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/xml/button_widget_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
android:minHeight="40dp"
android:minResizeWidth="40dp"
android:minResizeHeight="40dp"
android:targetCellWidth="2"
android:targetCellHeight="1"
android:resizeMode="vertical|horizontal"
android:updatePeriodMillis="86400000"
android:widgetFeatures="reconfigurable"
Expand Down

0 comments on commit 1786a7d

Please sign in to comment.