summaryrefslogtreecommitdiff
path: root/android/app/src/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/main/res/xml')
-rw-r--r--android/app/src/main/res/xml/widget_info.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/android/app/src/main/res/xml/widget_info.xml b/android/app/src/main/res/xml/widget_info.xml
new file mode 100644
index 0000000..a94bcbe
--- /dev/null
+++ b/android/app/src/main/res/xml/widget_info.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<appwidget-provider
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:minWidth="250dp"
+ android:minHeight="250dp"
+ android:targetCellWidth="4"
+ android:targetCellHeight="4"
+ android:updatePeriodMillis="0"
+ android:configure="org.terst.doot.widget.ui.SettingsActivity"
+ android:widgetCategory="home_screen"
+ android:widgetFeatures="reconfigurable|configuration_optional"
+ android:resizeMode="horizontal|vertical"
+ android:description="@string/app_name" />