From b27b809d018665d25512f9707d49941667cbc21c Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 3 Jun 2013 21:09:41 -0700 Subject: Finished adding 4x1-4x4 widgets (Thanks archrival) --- subsonic-android/res/layout/appwidget4x1.xml | 191 +++++++++++++++------------ 1 file changed, 103 insertions(+), 88 deletions(-) (limited to 'subsonic-android/res/layout/appwidget4x1.xml') diff --git a/subsonic-android/res/layout/appwidget4x1.xml b/subsonic-android/res/layout/appwidget4x1.xml index ed08d674..5e55aa37 100644 --- a/subsonic-android/res/layout/appwidget4x1.xml +++ b/subsonic-android/res/layout/appwidget4x1.xml @@ -1,91 +1,106 @@ - - - - - - - - + + + + + + - - - - - - - - + android:layout_height="wrap_content" + android:clickable="true" + android:focusable="true" + android:orientation="vertical" + android:background="@drawable/media_button"> + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3