diff options
Diffstat (limited to 'vdrmanager/res')
-rw-r--r-- | vdrmanager/res/xml/searchable.xml | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/vdrmanager/res/xml/searchable.xml b/vdrmanager/res/xml/searchable.xml index 6bea2ae..05f7087 100644 --- a/vdrmanager/res/xml/searchable.xml +++ b/vdrmanager/res/xml/searchable.xml @@ -1,14 +1,21 @@ <?xml version="1.0" encoding="utf-8"?> <searchable xmlns:android="http://schemas.android.com/apk/res/android" - android:label="@string/app_name" android:includeInGlobalSearch="true" - android:searchSettingsDescription="@string/epg_search_settings_description" - android:voiceSearchMode="showVoiceSearchButton|launchRecognizer" - android:hint="@string/search_epg_hint" > - <!-- + 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>
\ No newline at end of file |