aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml/searchable.xml
blob: fd68a3edad7da76f05936eafbf8252b95741fe5e (plain)
1
2
3
4
5
6
7
8
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="github.daneren2005.dsub.provider.SearchSuggestionProvider"
            android:searchSuggestSelection=" ?" >
</searchable>