Updated widgets minimum resize width
This commit is contained in:
Kelson 2022-12-23 16:25:55 +01:00 committed by GitHub
commit e04b16df70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
android:initialLayout="@layout/kiwix_search_widget"
android:minWidth="250dp"
android:minHeight="40dp"
android:minResizeWidth="250dp"
android:minResizeWidth="50dp"
android:minResizeHeight="40dp"
android:previewImage="@drawable/search_widget_preview"
android:resizeMode="horizontal|vertical"