From 613d6a816cb656007b067a85b72e684d3464595b Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sat, 9 Mar 2013 10:03:23 -0800 Subject: Renamed main layout to home, music to main --- subsonic-android/res/layout/home.xml | 28 ++++++++++++++++++ subsonic-android/res/layout/main.xml | 53 +++++++++++++++++------------------ subsonic-android/res/layout/music.xml | 25 ----------------- 3 files changed, 53 insertions(+), 53 deletions(-) create mode 100644 subsonic-android/res/layout/home.xml delete mode 100644 subsonic-android/res/layout/music.xml (limited to 'subsonic-android/res/layout') diff --git a/subsonic-android/res/layout/home.xml b/subsonic-android/res/layout/home.xml new file mode 100644 index 00000000..56b013fe --- /dev/null +++ b/subsonic-android/res/layout/home.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + diff --git a/subsonic-android/res/layout/main.xml b/subsonic-android/res/layout/main.xml index 56b013fe..f5c95b3f 100644 --- a/subsonic-android/res/layout/main.xml +++ b/subsonic-android/res/layout/main.xml @@ -1,28 +1,25 @@ - - - - - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/subsonic-android/res/layout/music.xml b/subsonic-android/res/layout/music.xml deleted file mode 100644 index f5c95b3f..00000000 --- a/subsonic-android/res/layout/music.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - \ No newline at end of file -- cgit v1.2.3