2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4766: Adjust search widget min height and width according to guildelines

This commit is contained in:
exobyte101 2020-03-12 02:06:42 +05:30 committed by Jeff Boek
parent 36d9a00925
commit b8424e9ed9

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"