search_widget_info.xml (683B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 6 <appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android" 7 android:minWidth="320dp" 8 android:minHeight="40dp" 9 android:resizeMode="horizontal" 10 android:minResizeWidth="30dp" 11 android:previewImage="@drawable/focus_search_widget" 12 android:updatePeriodMillis="3600000" 13 android:initialLayout="@layout/mozac_search_widget_large" 14 android:widgetCategory="home_screen"> 15 </appwidget-provider>