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