1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Add support for voice search mode for the search results

This commit is contained in:
Jesse Vincent 2010-10-10 19:29:02 +00:00
parent 296ab4f2be
commit 514e1a5ceb

View File

@ -1,4 +1,6 @@
<searchable xmlns:android="http://schemas.android.com/apk/res/android" <searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/search_action" android:label="@string/search_action"
android:hint="@string/search_action" > android:hint="@string/search_action"
android:voiceSearchMode="showVoiceSearchButton|launchRecognizer"
>
</searchable> </searchable>