From b09118f20f46554dbdf7e64fab31e15b8e825000 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 7 Sep 2012 21:04:53 -0700 Subject: Made title in notification bar stretch along the top for long titles + buttons aren't so freakishly large --- subsonic-android/res/layout/notification.xml | 162 ++++++++++++++------------- 1 file changed, 85 insertions(+), 77 deletions(-) (limited to 'subsonic-android/res/layout/notification.xml') diff --git a/subsonic-android/res/layout/notification.xml b/subsonic-android/res/layout/notification.xml index 2c65d7a0..22e2cb63 100644 --- a/subsonic-android/res/layout/notification.xml +++ b/subsonic-android/res/layout/notification.xml @@ -3,93 +3,101 @@ android:id="@+id/statusbar" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:orientation="vertical" > + android:orientation="horizontal" > + + + android:orientation="vertical" + android:paddingLeft="11.0dip"> + + + + - + - + - + + - + - - - - - - - - + + + - -- cgit v1.2.3