17 lines
674 B
XML
17 lines
674 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:minWidth="250dp"
|
|
android:minHeight="55dp"
|
|
android:targetCellWidth="4"
|
|
android:targetCellHeight="2"
|
|
android:minResizeWidth="180dp"
|
|
android:minResizeHeight="55dp"
|
|
android:maxResizeWidth="500dp"
|
|
android:maxResizeHeight="300dp"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:updatePeriodMillis="1800000"
|
|
android:initialLayout="@layout/widget_layout"
|
|
android:widgetCategory="home_screen|keyguard"
|
|
android:description="@string/widget_description"
|
|
android:previewLayout="@layout/widget_layout" />
|