11 lines
No EOL
475 B
XML
11 lines
No EOL
475 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:initialLayout="@layout/widget_small"
|
|
android:minWidth="110dp"
|
|
android:minHeight="110dp"
|
|
android:minResizeWidth="110dp"
|
|
android:minResizeHeight="110dp"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:updatePeriodMillis="0"
|
|
android:previewImage="@drawable/ui_widget_preview"
|
|
android:widgetCategory="home_screen" /> |