From bfef1d147657ce579ef52841201719b62f68c406 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 15 Mar 2013 18:33:21 -0700 Subject: Added clicking to get to directory fragment from home/playlist --- subsonic-android/res/layout/home.xml | 40 +++++++++++----------- subsonic-android/res/layout/select_playlist.xml | 44 ++++++++++++------------- 2 files changed, 42 insertions(+), 42 deletions(-) (limited to 'subsonic-android/res/layout') diff --git a/subsonic-android/res/layout/home.xml b/subsonic-android/res/layout/home.xml index 56b013fe..7f5d1255 100644 --- a/subsonic-android/res/layout/home.xml +++ b/subsonic-android/res/layout/home.xml @@ -1,28 +1,28 @@ + android:id="@+id/home_layout" + android:orientation="vertical" + android:layout_width="fill_parent" + android:layout_height="fill_parent"> - + - + - - - + + diff --git a/subsonic-android/res/layout/select_playlist.xml b/subsonic-android/res/layout/select_playlist.xml index 2555687d..07c818b5 100644 --- a/subsonic-android/res/layout/select_playlist.xml +++ b/subsonic-android/res/layout/select_playlist.xml @@ -1,32 +1,32 @@ + android:id="@+id/select_playlist_layout" + android:orientation="vertical" + android:layout_width="fill_parent" + android:layout_height="fill_parent"> - + - + - + - + - + -- cgit v1.2.3