summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/new_episodes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/new_episodes.xml')
-rw-r--r--app/src/main/res/menu/new_episodes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/menu/new_episodes.xml b/app/src/main/res/menu/new_episodes.xml
index d7bcdf0f6..1e1d7ab78 100644
--- a/app/src/main/res/menu/new_episodes.xml
+++ b/app/src/main/res/menu/new_episodes.xml
@@ -4,6 +4,13 @@
xmlns:custom="http://schemas.android.com/apk/res-auto">
<item
+ android:id="@+id/action_search"
+ android:icon="?attr/action_search"
+ custom:showAsAction="always"
+ custom:actionViewClass="android.support.v7.widget.SearchView"
+ android:title="@string/search_label"/>
+
+ <item
android:id="@+id/refresh_item"
android:title="@string/refresh_label"
android:menuCategory="container"