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:
parent
36d9a00925
commit
b8424e9ed9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user