diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2015-04-15 21:12:19 -0400 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2015-04-15 21:12:19 -0400 |
commit | 78768ae9d9e163763607fd04de5c8e1f36a5b9a5 (patch) | |
tree | f61f343a0ac9060d20c430ad99135bd6c01f16fa /app/src/main/res/menu | |
parent | 09bd600f5cbd78c02bf60b8ed399b211014820ee (diff) | |
download | AntennaPod-78768ae9d9e163763607fd04de5c8e1f36a5b9a5.zip |
now we have 'All Episodes' and 'New Episodes'
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/new_episodes.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/src/main/res/menu/new_episodes.xml b/app/src/main/res/menu/new_episodes.xml index 72661a17e..d7bcdf0f6 100644 --- a/app/src/main/res/menu/new_episodes.xml +++ b/app/src/main/res/menu/new_episodes.xml @@ -17,11 +17,4 @@ custom:showAsAction="collapseActionView" android:icon="?attr/navigation_accept"/> - <item - android:id="@+id/episode_filter_item" - android:title="@string/episode_filter_label" - android:menuCategory="container" - android:checkable="true" - custom:showAsAction="collapseActionView"/> - </menu>
\ No newline at end of file |