Welcome to mirror list, hosted at ThFree Co, Russian Federation.

searchable.xml « xml « res « beta « src « app - gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 47cbcaa31a28c9fe8135e13b7f861327048c521e (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
    android:label="@string/app_name"
    android:hint="@string/searchHint"
    android:searchSuggestAuthority="se.lublin.mumla.nightly.channel.ChannelSearchProvider"
    android:searchSuggestSelection=" ?"
    android:searchSuggestThreshold="1"
    android:searchSuggestIntentAction="android.intent.action.SEARCH"
    android:inputType="textNoSuggestions"
    android:imeOptions="actionNone">
</searchable>