blob: 05f7087f0539bc3ab37eddd902c3159e9e3a7a82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:hint="@string/search_epg_hint"
android:includeInGlobalSearch="true"
android:label="@string/app_name"
android:searchSettingsDescription="@string/epg_search_settings_description"
android:searchSuggestAuthority="de.bjusystems.vdrmanager.data.db.EPGSearchSuggestionsProvider"
android:searchSuggestSelection=" ?"
android:imeOptions="actionSearch"
android:inputType="text"
android:voiceSearchMode="showVoiceSearchButton|launchRecognizer" >
<!--
<actionkey
android:keycode="KEYCODE_SEARCH"
android:queryActionMsg="string"
android:suggestActionMsg="string"
android:suggestActionMsgColumn="string"/>
-->
</searchable>
|