From b7a29c6058b9e0f1ddb493f55e933062b913484e Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 8 Nov 2013 19:10:40 -0800 Subject: Removed some duplicate layouts --- res/layout/abstract_list_fragment.xml | 29 ++++++++++++++++++++++++++ res/layout/artist_list_item.xml | 38 ----------------------------------- res/layout/basic_list_item.xml | 38 +++++++++++++++++++++++++++++++++++ res/layout/play_video.xml | 11 ---------- res/layout/playlist_list_item.xml | 26 ------------------------ res/layout/search.xml | 22 -------------------- res/layout/select_artist.xml | 22 -------------------- res/layout/select_genres.xml | 30 --------------------------- res/layout/select_playlist.xml | 30 --------------------------- res/layout/select_podcasts.xml | 29 -------------------------- res/values/strings.xml | 5 +---- 11 files changed, 68 insertions(+), 212 deletions(-) create mode 100644 res/layout/abstract_list_fragment.xml delete mode 100644 res/layout/artist_list_item.xml create mode 100644 res/layout/basic_list_item.xml delete mode 100644 res/layout/play_video.xml delete mode 100644 res/layout/playlist_list_item.xml delete mode 100644 res/layout/search.xml delete mode 100644 res/layout/select_artist.xml delete mode 100644 res/layout/select_genres.xml delete mode 100644 res/layout/select_playlist.xml delete mode 100644 res/layout/select_podcasts.xml (limited to 'res') diff --git a/res/layout/abstract_list_fragment.xml b/res/layout/abstract_list_fragment.xml new file mode 100644 index 00000000..bfce4792 --- /dev/null +++ b/res/layout/abstract_list_fragment.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + diff --git a/res/layout/artist_list_item.xml b/res/layout/artist_list_item.xml deleted file mode 100644 index 64512e99..00000000 --- a/res/layout/artist_list_item.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/res/layout/basic_list_item.xml b/res/layout/basic_list_item.xml new file mode 100644 index 00000000..a9d77abb --- /dev/null +++ b/res/layout/basic_list_item.xml @@ -0,0 +1,38 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/layout/play_video.xml b/res/layout/play_video.xml deleted file mode 100644 index 6a9f3f74..00000000 --- a/res/layout/play_video.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/res/layout/playlist_list_item.xml b/res/layout/playlist_list_item.xml deleted file mode 100644 index 80c350f6..00000000 --- a/res/layout/playlist_list_item.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/res/layout/search.xml b/res/layout/search.xml deleted file mode 100644 index d1c5c84c..00000000 --- a/res/layout/search.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/res/layout/select_artist.xml b/res/layout/select_artist.xml deleted file mode 100644 index fef51d3c..00000000 --- a/res/layout/select_artist.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - diff --git a/res/layout/select_genres.xml b/res/layout/select_genres.xml deleted file mode 100644 index 95f9d415..00000000 --- a/res/layout/select_genres.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout/select_playlist.xml b/res/layout/select_playlist.xml deleted file mode 100644 index e18283bd..00000000 --- a/res/layout/select_playlist.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - diff --git a/res/layout/select_podcasts.xml b/res/layout/select_podcasts.xml deleted file mode 100644 index ea4fb07c..00000000 --- a/res/layout/select_podcasts.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - diff --git a/res/values/strings.xml b/res/values/strings.xml index 863fe2ec..d162cd81 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -22,6 +22,7 @@ Stream Video Confirm Do you want to %1$s %2$s? + None found Home Library @@ -130,10 +131,8 @@ Successfully synced %1$d of %2$d songs Failed to sync songs - No genres found Blank - No podcasts found This podcast had an error while downloading on the server. The server must download it first. This podcast has not been downloaded on the server. The server must download it first. This podcast channel is being initialized on the server. Please reload after a moment. @@ -147,8 +146,6 @@ Failed to add podcast Invalid podcast channel: %s - No saved playlists on server - Playlist is empty Shuffle list is loading... Downloading - %s -- cgit v1.2.3