diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-06-03 21:09:41 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-06-03 21:09:41 -0700 |
commit | b27b809d018665d25512f9707d49941667cbc21c (patch) | |
tree | 5e0343ddb0ceba77ad66d4dc9078c49c66186d0c /subsonic-android/res/xml | |
parent | 60a8fcaf8ece49d7ca6fcfda792f8935380d0223 (diff) | |
download | dsub-b27b809d018665d25512f9707d49941667cbc21c.tar.gz dsub-b27b809d018665d25512f9707d49941667cbc21c.tar.bz2 dsub-b27b809d018665d25512f9707d49941667cbc21c.zip |
Finished adding 4x1-4x4 widgets (Thanks archrival)
Diffstat (limited to 'subsonic-android/res/xml')
-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 |
3 files changed, 14 insertions, 7 deletions
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 |