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

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/free/res/xml/searchable.xml')
-rw-r--r--app/src/free/res/xml/searchable.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/app/src/free/res/xml/searchable.xml b/app/src/free/res/xml/searchable.xml
deleted file mode 100644
index 192b2df..0000000
--- a/app/src/free/res/xml/searchable.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2014 Andrew Comminos
- ~
- ~ This program is free software: you can redistribute it and/or modify
- ~ it under the terms of the GNU General Public License as published by
- ~ the Free Software Foundation, either version 3 of the License, or
- ~ (at your option) any later version.
- ~
- ~ This program is distributed in the hope that it will be useful,
- ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
- ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- ~ GNU General Public License for more details.
- ~
- ~ You should have received a copy of the GNU General Public License
- ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
- -->
-
-<searchable xmlns:android="http://schemas.android.com/apk/res/android"
- android:label="@string/app_name"
- android:hint="@string/searchHint"
- android:searchSuggestAuthority="se.lublin.mumla.free.channel.ChannelSearchProvider"
- android:searchSuggestSelection=" ?"
- android:searchSuggestThreshold="1"
- android:searchSuggestIntentAction="android.intent.action.SEARCH"
- android:inputType="textNoSuggestions"
- android:imeOptions="actionNone">
-</searchable> \ No newline at end of file