aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-05-17 19:49:43 -0700
committerScott Jackson <daneren2005@gmail.com>2013-05-17 19:49:43 -0700
commit60a8fcaf8ece49d7ca6fcfda792f8935380d0223 (patch)
tree08956293fa27ed38bc99f9f596043c6f9dbf9523 /subsonic-android/res/xml
parent5838e895af7df225caa1b5f43cfe668102fbe3de (diff)
downloaddsub-60a8fcaf8ece49d7ca6fcfda792f8935380d0223.tar.gz
dsub-60a8fcaf8ece49d7ca6fcfda792f8935380d0223.tar.bz2
dsub-60a8fcaf8ece49d7ca6fcfda792f8935380d0223.zip
Added a 4x2 widget
Diffstat (limited to 'subsonic-android/res/xml')
-rw-r--r--subsonic-android/res/xml/appwidget4x1.xml7
-rw-r--r--subsonic-android/res/xml/appwidget4x2.xml7
2 files changed, 14 insertions, 0 deletions
diff --git a/subsonic-android/res/xml/appwidget4x1.xml b/subsonic-android/res/xml/appwidget4x1.xml
new file mode 100644
index 00000000..65f47dba
--- /dev/null
+++ b/subsonic-android/res/xml/appwidget4x1.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
+ android:minWidth="272dip"
+ android:minHeight="56dip"
+ android:updatePeriodMillis="0"
+ android:resizeMode="horizontal|vertical"
+ android:initialLayout="@layout/appwidget4x1"/> \ No newline at end of file
diff --git a/subsonic-android/res/xml/appwidget4x2.xml b/subsonic-android/res/xml/appwidget4x2.xml
new file mode 100644
index 00000000..f40204a7
--- /dev/null
+++ b/subsonic-android/res/xml/appwidget4x2.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
+ android:minWidth="272dip"
+ android:minHeight="110dip"
+ android:updatePeriodMillis="0"
+ android:resizeMode="horizontal|vertical"
+ android:initialLayout="@layout/appwidget4x2"/> \ No newline at end of file