diff options
Diffstat (limited to 'vdrmanager/res/xml/searchable.xml')
-rw-r--r-- | vdrmanager/res/xml/searchable.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vdrmanager/res/xml/searchable.xml b/vdrmanager/res/xml/searchable.xml deleted file mode 100644 index 05f7087..0000000 --- a/vdrmanager/res/xml/searchable.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?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>
\ No newline at end of file |