From e6c6e1749deaa800b8da021b2e29fbd295a656cc Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 11 May 2013 15:25:17 -0700 Subject: Fix > 2 nested DirectoryFragments not working --- subsonic-android/res/layout/select_album.xml | 52 +++++++++++++++------------- 1 file changed, 28 insertions(+), 24 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 0bf5367f..4fddf330 100644 --- a/subsonic-android/res/layout/select_album.xml +++ b/subsonic-android/res/layout/select_album.xml @@ -1,32 +1,36 @@ - + android:layout_width="match_parent" + android:layout_height="match_parent"> - + android:layout_height="fill_parent"> - + - + - + - \ No newline at end of file + + + \ No newline at end of file -- cgit v1.2.3