2018-07-27 13:07:33 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-12-09 06:38:34 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:initialLayout="@layout/app_widget_small"
|
|
|
|
android:minWidth="@dimen/app_widget_small_min_width"
|
|
|
|
android:minHeight="@dimen/app_widget_small_min_height"
|
2020-05-07 07:35:33 +00:00
|
|
|
android:previewImage="@drawable/widget_small"
|
2018-12-09 06:38:34 +00:00
|
|
|
android:resizeMode="horizontal|vertical"
|
|
|
|
android:updatePeriodMillis="0"
|
|
|
|
android:widgetCategory="keyguard|home_screen"
|
2020-05-07 07:35:33 +00:00
|
|
|
tools:ignore="UnusedAttribute" />
|