From 07858677d17b21e37652979bd34642698bae4497 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sun, 30 Jun 2013 22:10:13 -0700 Subject: Remove extra abstraction, fix other cases needing new id method --- subsonic-android/res/layout/select_album.xml | 53 +++++++++++++--------------- 1 file changed, 24 insertions(+), 29 deletions(-) (limited to 'subsonic-android/res') diff --git a/subsonic-android/res/layout/select_album.xml b/subsonic-android/res/layout/select_album.xml index 4fddf330..01df495a 100644 --- a/subsonic-android/res/layout/select_album.xml +++ b/subsonic-android/res/layout/select_album.xml @@ -1,36 +1,31 @@ - + android:orientation="vertical" + android:layout_width="fill_parent" + android:layout_height="fill_parent"> - + android:layout_height="1px" + android:background="@color/dividerColor"/> - + - - - + - - - \ No newline at end of file + + \ No newline at end of file -- cgit v1.2.3