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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-11-10 23:45:50 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-11-10 23:45:50 +0300
commitfd0f4f89eefb469d348b54dddd067caae8f80b5f (patch)
treef944c5d7baf73f3b44356facbfa12a79fe1885fb /app/src/main/res/xml
parent486cbf7d2c5e53781bca88c06875ac515bc3a9a2 (diff)
Add basic about activity
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/searchable.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/xml/searchable.xml b/app/src/main/res/xml/searchable.xml
new file mode 100644
index 000000000..47128864a
--- /dev/null
+++ b/app/src/main/res/xml/searchable.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<searchable xmlns:android="http://schemas.android.com/apk/res/android"
+ android:hint="Search deck"
+ android:label="@string/app_name"></searchable> \ No newline at end of file