forked from home-assistant/android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate_widget_info.xml
More file actions
18 lines (18 loc) · 901 Bytes
/
template_widget_info.xml
File metadata and controls
18 lines (18 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:configure="io.homeassistant.companion.android.widgets.template.TemplateWidgetConfigureActivity"
android:initialKeyguardLayout="@layout/widget_template"
android:initialLayout="@layout/widget_template"
android:minWidth="40dp"
android:minHeight="40dp"
android:minResizeWidth="40dp"
android:minResizeHeight="40dp"
android:resizeMode="vertical|horizontal"
android:targetCellWidth="2"
android:targetCellHeight="1"
android:widgetFeatures="reconfigurable"
android:description="@string/template_widget_desc"
android:updatePeriodMillis="1800000"
android:widgetCategory="home_screen|keyguard"
android:previewImage="@drawable/widget_example_template"
android:previewLayout="@layout/widget_template_wrapper_dynamiccolor" />