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: b0d931d60baf5c26cd7773ed1ca940b17db4cf3c (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.beta.channel.ChannelSearchProvider"
    android:searchSuggestSelection=" ?"
    android:searchSuggestThreshold="1"
    android:searchSuggestIntentAction="android.intent.action.SEARCH"
    android:inputType="textNoSuggestions"
    android:imeOptions="actionNone">
</searchable>