diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2015-09-05 17:41:37 -0400 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2015-09-07 21:25:18 -0400 |
commit | c63423c55829100d4579f6b251d2bb3aeee9221d (patch) | |
tree | c3019b662d789f4a72fb3bb974c53cc3494f3211 /core/src | |
parent | 9fe8750ecba38e2c2033d8ef964775a40ecee921 (diff) | |
download | AntennaPod-c63423c55829100d4579f6b251d2bb3aeee9221d.zip |
Collapsed All and New Episodes in to 'Episodes' using tabs
This is to make room for 'Favorites' in the future.
I kept the counter for 'New Episodes' and am displaying it next to 'Episodes'.
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/res/values/arrays.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml index b621ae7f8..20eb79f84 100644 --- a/core/src/main/res/values/arrays.xml +++ b/core/src/main/res/values/arrays.xml @@ -121,8 +121,6 @@ <string-array name="nav_drawer_titles"> <item>@string/queue_label</item> <item>@string/episodes_label</item> - <item>@string/new_episodes_label</item> - <item>@string/all_episodes_label</item> <item>@string/downloads_label</item> <item>@string/playback_history_label</item> <item>@string/add_feed_label</item> |