From f1fd9a58e97ffb71807391ceac6fe66aa160f054 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 21 Jan 2014 16:44:38 -0800 Subject: #263 Add song/album totals to genre list --- res/layout/genre_list_item.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ res/values/strings.xml | 2 ++ 2 files changed, 44 insertions(+) create mode 100644 res/layout/genre_list_item.xml (limited to 'res') diff --git a/res/layout/genre_list_item.xml b/res/layout/genre_list_item.xml new file mode 100644 index 00000000..658d9cd6 --- /dev/null +++ b/res/layout/genre_list_item.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index b1fbb3c3..860d16ff 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -141,6 +141,8 @@ Failed to sync songs Blank + %d songs + %d albums 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. -- cgit v1.2.3