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 | |
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')
-rw-r--r-- | subsonic-android/res/xml/appwidget4x1.xml | 7 | ||||
-rw-r--r-- | subsonic-android/res/xml/appwidget4x2.xml | 7 | ||||
-rw-r--r-- | subsonic-android/res/xml/appwidget4x3.xml | 7 | ||||
-rw-r--r-- | subsonic-android/res/xml/appwidget4x4.xml | 7 | ||||
-rw-r--r-- | subsonic-android/res/xml/appwidget_info.xml | 7 |
5 files changed, 28 insertions, 7 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 diff --git a/subsonic-android/res/xml/appwidget4x3.xml b/subsonic-android/res/xml/appwidget4x3.xml new file mode 100644 index 00000000..51ae97ed --- /dev/null +++ b/subsonic-android/res/xml/appwidget4x3.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="180dp" + android:updatePeriodMillis="0" + android:resizeMode="horizontal|vertical" + android:initialLayout="@layout/appwidget4x3"/>
\ No newline at end of file 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 diff --git a/subsonic-android/res/xml/appwidget_info.xml b/subsonic-android/res/xml/appwidget_info.xml deleted file mode 100644 index 7ad17ef9..00000000 --- a/subsonic-android/res/xml/appwidget_info.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?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/appwidget"/>
\ No newline at end of file |