summaryrefslogtreecommitdiff
path: root/ui/widget/src/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/widget/src/main/res/xml')
-rw-r--r--ui/widget/src/main/res/xml/player_widget_info.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/widget/src/main/res/xml/player_widget_info.xml b/ui/widget/src/main/res/xml/player_widget_info.xml
new file mode 100644
index 000000000..0bbec5dda
--- /dev/null
+++ b/ui/widget/src/main/res/xml/player_widget_info.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
+ android:resizeMode="horizontal"
+ android:initialLayout="@layout/player_widget"
+ android:updatePeriodMillis="86400000"
+ android:previewImage="@drawable/ic_widget_preview"
+ android:minHeight="40dp"
+ android:minWidth="250dp"
+ android:minResizeWidth="40dp"
+ android:widgetFeatures="reconfigurable"
+ android:configure="de.danoeh.antennapod.ui.widget.WidgetConfigActivity">
+</appwidget-provider>