summaryrefslogtreecommitdiff
path: root/vdrmanager/res/xml/searchable.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/res/xml/searchable.xml')
-rw-r--r--vdrmanager/res/xml/searchable.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/vdrmanager/res/xml/searchable.xml b/vdrmanager/res/xml/searchable.xml
new file mode 100644
index 0000000..6bea2ae
--- /dev/null
+++ b/vdrmanager/res/xml/searchable.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<searchable xmlns:android="http://schemas.android.com/apk/res/android"
+ android:label="@string/app_name" android:includeInGlobalSearch="true"
+ android:searchSettingsDescription="@string/epg_search_settings_description"
+ android:voiceSearchMode="showVoiceSearchButton|launchRecognizer"
+ android:hint="@string/search_epg_hint" >
+ <!--
+ <actionkey
+ android:keycode="KEYCODE_SEARCH"
+ android:queryActionMsg="string"
+ android:suggestActionMsg="string"
+ android:suggestActionMsgColumn="string"/>
+ -->
+</searchable> \ No newline at end of file