aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml/appwidget4x4.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-06-03 21:09:41 -0700
committerScott Jackson <daneren2005@gmail.com>2013-06-03 21:09:41 -0700
commitb27b809d018665d25512f9707d49941667cbc21c (patch)
tree5e0343ddb0ceba77ad66d4dc9078c49c66186d0c /subsonic-android/res/xml/appwidget4x4.xml
parent60a8fcaf8ece49d7ca6fcfda792f8935380d0223 (diff)
downloaddsub-b27b809d018665d25512f9707d49941667cbc21c.tar.gz
dsub-b27b809d018665d25512f9707d49941667cbc21c.tar.bz2
dsub-b27b809d018665d25512f9707d49941667cbc21c.zip
Finished adding 4x1-4x4 widgets (Thanks archrival)
Diffstat (limited to 'subsonic-android/res/xml/appwidget4x4.xml')
-rw-r--r--subsonic-android/res/xml/appwidget4x4.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/subsonic-android/res/xml/appwidget4x4.xml b/subsonic-android/res/xml/appwidget4x4.xml
new file mode 100644
index 00000000..40956dcf
--- /dev/null
+++ b/subsonic-android/res/xml/appwidget4x4.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="250dp"
+ android:updatePeriodMillis="0"
+ android:resizeMode="horizontal|vertical"
+ android:initialLayout="@layout/appwidget4x4"/> \ No newline at end of file