diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-06-03 21:10:11 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-06-03 21:10:11 -0700 |
commit | ecf1aaa25def5a11e4ddc5845401ce6e76f0e147 (patch) | |
tree | ec39fa7f785cb625b183d0ff375466ae0e946bfd /subsonic-android/res/xml/appwidget4x2.xml | |
parent | 67bcb7bea9d8df747db55a692bb5c65f4a124916 (diff) | |
parent | b27b809d018665d25512f9707d49941667cbc21c (diff) | |
download | dsub-ecf1aaa25def5a11e4ddc5845401ce6e76f0e147.tar.gz dsub-ecf1aaa25def5a11e4ddc5845401ce6e76f0e147.tar.bz2 dsub-ecf1aaa25def5a11e4ddc5845401ce6e76f0e147.zip |
Merge widgets
Diffstat (limited to 'subsonic-android/res/xml/appwidget4x2.xml')
-rw-r--r-- | subsonic-android/res/xml/appwidget4x2.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |