summaryrefslogtreecommitdiff
path: root/vdrmanager/res/xml/searchable.xml
blob: 6bea2ae4b69761507766000e5099aa3f6a026ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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" >
     <!-- 
     <actionkey
        android:keycode="KEYCODE_SEARCH"
        android:queryActionMsg="string"
        android:suggestActionMsg="string"
        android:suggestActionMsgColumn="string"/>
     -->
</searchable>