summaryrefslogtreecommitdiff
path: root/vdrmanager/res/menu/epg_search_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/res/menu/epg_search_menu.xml')
-rw-r--r--vdrmanager/res/menu/epg_search_menu.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vdrmanager/res/menu/epg_search_menu.xml b/vdrmanager/res/menu/epg_search_menu.xml
new file mode 100644
index 0000000..e4bf9d0
--- /dev/null
+++ b/vdrmanager/res/menu/epg_search_menu.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+
+<!-- -->
+ <item
+ android:id="@+id/epg_search"
+ android:icon="@android:drawable/ic_menu_search"
+ android:alphabeticShortcut="s"
+ android:showAsAction="always"
+ android:title="@string/action_menu_search"/>
+
+</menu> \ No newline at end of file