aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/xml/searchable.xml
blob: a3844cf1b2af4b02748f4e1afcd8a70c60adac9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
    android:hint="@string/search_bar_hint"
    android:imeOptions="actionSearch"
    android:includeInGlobalSearch="true"
    android:inputType="textNoSuggestions"
    android:label="@string/app_name"
    android:searchSettingsDescription="@string/search_bar_desc"
    android:searchSuggestAuthority="cgeo.geocaching.search.SuggestionProvider"
    android:voiceSearchMode="showVoiceSearchButton|launchRecognizer" >

</searchable>