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-03-13 00:38:01 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2019-03-13 00:38:01 +0300
commitae62516b2122a3f53a63944a06c92a0158b3f4d1 (patch)
tree878a7e656a1ded918b65458e7addbc946e873dff /app/src/main/res/drawable/ic_menu.xml
parent94436deaad4574ce650efc33d46dc14210be59d4 (diff)
add hidden menu icon on card
Diffstat (limited to 'app/src/main/res/drawable/ic_menu.xml')
-rw-r--r--app/src/main/res/drawable/ic_menu.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_menu.xml b/app/src/main/res/drawable/ic_menu.xml
new file mode 100644
index 000000000..194e7a378
--- /dev/null
+++ b/app/src/main/res/drawable/ic_menu.xml
@@ -0,0 +1,8 @@
+<!-- drawable/dots_vertical.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="M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z" />
+</vector> \ No newline at end of file