aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-09-04 12:47:22 -0700
committerScott Jackson <daneren2005@gmail.com>2012-09-04 12:47:22 -0700
commit7e2c31418f8e5bf50d4f40cdd2f2e367318a9db9 (patch)
treebcb50c0a19bf6c1af798723455b5d8fa43b94b5f /subsonic-android/res/xml
parent3b321a0a40e6b4707b5a55c167c1023f77911aa2 (diff)
downloaddsub-7e2c31418f8e5bf50d4f40cdd2f2e367318a9db9.tar.gz
dsub-7e2c31418f8e5bf50d4f40cdd2f2e367318a9db9.tar.bz2
dsub-7e2c31418f8e5bf50d4f40cdd2f2e367318a9db9.zip
Fixed widget taking 2 lines on ICS
Diffstat (limited to 'subsonic-android/res/xml')
-rw-r--r--subsonic-android/res/xml/appwidget_info.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/subsonic-android/res/xml/appwidget_info.xml b/subsonic-android/res/xml/appwidget_info.xml
index f1e8e308..7ad17ef9 100644
--- a/subsonic-android/res/xml/appwidget_info.xml
+++ b/subsonic-android/res/xml/appwidget_info.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
- android:minWidth="294dip"
- android:minHeight="72dip"
+ android:minWidth="272dip"
+ android:minHeight="56dip"
android:updatePeriodMillis="0"
+ android:resizeMode="horizontal|vertical"
android:initialLayout="@layout/appwidget"/> \ No newline at end of file