aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/xml/searchable.xml
blob: 13e34c564c45ea8a3bedb942a58120f4530561be (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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:voiceSearchMode="showVoiceSearchButton|launchRecognizer" >

</searchable>