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:
authorStefan Niedermann <info@niedermann.it>2020-09-04 19:45:32 +0300
committerStefan Niedermann <info@niedermann.it>2020-09-04 19:45:32 +0300
commit101c1a895465ab0d39a1d306308032f2bc808370 (patch)
treee7a23d355abcb91e14365e55c75d3d02fe23f524 /app/src/main/res/drawable
parent68665a4d50bb19d27101e8b88e4bf8972e6a3b29 (diff)
Project resources: Use app icons
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/project_deck_36dp.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/project_deck_36dp.xml b/app/src/main/res/drawable/project_deck_36dp.xml
new file mode 100644
index 000000000..4a9468e4e
--- /dev/null
+++ b/app/src/main/res/drawable/project_deck_36dp.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="36dp"
+ android:height="36dp"
+ android:tint="#757575"
+ android:viewportWidth="16"
+ android:viewportHeight="16">
+ <group>
+ <path
+ android:fillColor="#fff"
+ android:pathData="M2,7L14,7A1,1 0,0 1,15 8L15,14A1,1 0,0 1,14 15L2,15A1,1 0,0 1,1 14L1,8A1,1 0,0 1,2 7z" />
+ <path
+ android:fillColor="#fff"
+ android:pathData="M2.5,5L13.5,5A0.5,0.5 0,0 1,14 5.5L14,5.5A0.5,0.5 0,0 1,13.5 6L2.5,6A0.5,0.5 0,0 1,2 5.5L2,5.5A0.5,0.5 0,0 1,2.5 5z" />
+ <path
+ android:fillColor="#fff"
+ android:pathData="M3.5,3L12.5,3A0.5,0.5 0,0 1,13 3.5L13,3.5A0.5,0.5 0,0 1,12.5 4L3.5,4A0.5,0.5 0,0 1,3 3.5L3,3.5A0.5,0.5 0,0 1,3.5 3z" />
+ <path
+ android:fillColor="#fff"
+ android:pathData="M4.5,1L11.5,1A0.5,0.5 0,0 1,12 1.5L12,1.5A0.5,0.5 0,0 1,11.5 2L4.5,2A0.5,0.5 0,0 1,4 1.5L4,1.5A0.5,0.5 0,0 1,4.5 1z" />
+ </group>
+</vector>