Skip to content

Commit c453924

Browse files
Refactor: Adjust Word of the Day widget minWidth
The `android:minWidth` attribute for the Word of the Day widget in `app/src/main/res/xml/word_of_the_day_widget_info.xml` has been changed from `410dp` to `350dp`.
1 parent 08db910 commit c453924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/xml/word_of_the_day_widget_info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
33
android:initialLayout="@layout/widget_word_of_the_day"
44
android:label="@string/widget_wotd_name"
5-
android:minWidth="410dp"
5+
android:minWidth="350dp"
66
android:minHeight="40dp"
77
android:previewImage="@drawable/app_launcher"
88
android:resizeMode="horizontal|vertical"

0 commit comments

Comments
 (0)