Skip to content

Commit 6ede633

Browse files
committed
Reduce minimum width of search widget layouts from 1x5 to 1x4.
1 parent eb1be17 commit 6ede633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/res/xml/search_widget_info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
2121
android:initialKeyguardLayout="@layout/search_widget_dark"
2222
android:initialLayout="@layout/search_widget_dark"
23-
android:minWidth="314dp"
23+
android:minWidth="250dp"
2424
android:minHeight="40dp"
2525
android:minResizeWidth="110dp"
2626
android:previewImage="@drawable/search_widget_dark_preview"

app/src/main/res/xml/search_widget_info_light.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
2121
android:initialKeyguardLayout="@layout/search_widget_light"
2222
android:initialLayout="@layout/search_widget_light"
23-
android:minWidth="314dp"
23+
android:minWidth="250dp"
2424
android:minHeight="40dp"
2525
android:minResizeWidth="110dp"
2626
android:previewImage="@drawable/search_widget_light_preview"

0 commit comments

Comments
 (0)