1
0
Fork 0

Closes #4766: Adjust search widget min height and width according to guildelines

master
exobyte101 2020-03-12 02:06:42 +05:30 committed by Jeff Boek
parent 9feb44852b
commit 746a11c30f
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="256dp"
android:minHeight="50dp"
android:minWidth="320dp"
android:minHeight="40dp"
android:resizeMode="horizontal"
android:minResizeWidth="30dp"
android:previewImage="@drawable/fenix_search_widget"