aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml/searchable.xml
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-android/res/xml/searchable.xml')
-rw-r--r--subsonic-android/res/xml/searchable.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/subsonic-android/res/xml/searchable.xml b/subsonic-android/res/xml/searchable.xml
new file mode 100644
index 00000000..7822e98c
--- /dev/null
+++ b/subsonic-android/res/xml/searchable.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<searchable xmlns:android="http://schemas.android.com/apk/res/android"
+ android:label="@string/common.appname"
+ android:hint="@string/search.title"
+ android:voiceSearchMode="showVoiceSearchButton|launchRecognizer"
+ android:voiceLanguageModel="web_search"
+ android:searchSuggestAuthority="net.sourceforge.subsonic.androidapp.provider.SearchSuggestionProvider"
+ android:searchSuggestSelection=" ?" >
+</searchable> \ No newline at end of file