You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
450 B
XML
13 lines
450 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<appwidget-provider
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:initialLayout="@layout/widget_recent"
|
|
android:minWidth="40dp"
|
|
android:minHeight="110dp"
|
|
android:minResizeWidth="40dp"
|
|
android:minResizeHeight="40dp"
|
|
android:previewImage="@drawable/ic_appwidget_recent"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:updatePeriodMillis="0"
|
|
android:widgetCategory="home_screen" />
|