diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-09-07 19:54:15 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-09-07 19:54:15 -0700 |
commit | 094bd31522c8d194f364f79e470c7b21c9f28151 (patch) | |
tree | f44404982259452054039ee9bdb8474a687544ee /subsonic-android/res/layout | |
parent | ded5e86222e26cc80fe70ed5da4cfe0ed8bf8f54 (diff) | |
download | dsub-094bd31522c8d194f364f79e470c7b21c9f28151.tar.gz dsub-094bd31522c8d194f364f79e470c7b21c9f28151.tar.bz2 dsub-094bd31522c8d194f364f79e470c7b21c9f28151.zip |
Fixed widget layout
Diffstat (limited to 'subsonic-android/res/layout')
-rw-r--r-- | subsonic-android/res/layout/appwidget.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subsonic-android/res/layout/appwidget.xml b/subsonic-android/res/layout/appwidget.xml index e2c797b3..6b3c892e 100644 --- a/subsonic-android/res/layout/appwidget.xml +++ b/subsonic-android/res/layout/appwidget.xml @@ -3,8 +3,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="horizontal" - android:background="@drawable/widget_background" - android:padding="0dp"> + android:background="@drawable/widget_background"> <ImageView android:id="@+id/appwidget_coverart" android:layout_height="fill_parent" |