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:
authorAndy Scherzinger <info@andy-scherzinger.de>2019-04-02 00:39:49 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2019-04-02 00:39:49 +0300
commit39ab9bf04e00f3b6ecabfa496db1c8e236377333 (patch)
tree993195ae9a68ea71d854cbaac408fec70f61c325 /app/src/main/res/drawable
parent33bd3282c6e3b3602dcbcf7a9ced8872d77cc9cb (diff)
#51 Display "create"-button for labels as last item in autocomplete
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_plus.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_plus.xml b/app/src/main/res/drawable/ic_plus.xml
new file mode 100644
index 000000000..e713bc7ce
--- /dev/null
+++ b/app/src/main/res/drawable/ic_plus.xml
@@ -0,0 +1,8 @@
+<!-- drawable/plus.xml -->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24dp"
+ android:width="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path android:fillColor="#757575" android:pathData="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" />
+</vector> \ No newline at end of file