aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/select_podcasts.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-07-29 17:32:30 -0700
committerScott Jackson <daneren2005@gmail.com>2015-07-29 17:32:30 -0700
commit526dc8793697688bd65cda974716ba114161c70a (patch)
treebdbf1611c803cd1e5e4d74c3e75bd75d5a02523e /app/src/main/res/menu/select_podcasts.xml
parentc613b6474970000495057121e44abbdc913a8b2a (diff)
downloaddsub-526dc8793697688bd65cda974716ba114161c70a.tar.gz
dsub-526dc8793697688bd65cda974716ba114161c70a.tar.bz2
dsub-526dc8793697688bd65cda974716ba114161c70a.zip
Update Multi selection to work from different fragments
Diffstat (limited to 'app/src/main/res/menu/select_podcasts.xml')
-rw-r--r--app/src/main/res/menu/select_podcasts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/menu/select_podcasts.xml b/app/src/main/res/menu/select_podcasts.xml
index f30429ce..41ad62fa 100644
--- a/app/src/main/res/menu/select_podcasts.xml
+++ b/app/src/main/res/menu/select_podcasts.xml
@@ -2,7 +2,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:compat="http://schemas.android.com/apk/res-auto">
<item
- android:id="@+id/menu_search"
+ android:id="@+id/menu_global_search"
android:icon="?attr/search"
android:title="@string/menu.search"
compat:showAsAction="always|withText"/>