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-04-09 19:05:25 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-09 19:05:25 +0300
commite2769f05ac31131af57e4c864ee33a7edd34335f (patch)
tree5878e10582b0e086bd099c53deff3006edd5ecfe /app/src/main/res/drawable
parent7aa2a24e705f44363af14fea873a68b4a52a1bcd (diff)
#368 Display task counter
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_check_grey600_24dp.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_check_grey600_24dp.xml b/app/src/main/res/drawable/ic_check_grey600_24dp.xml
new file mode 100644
index 000000000..ec3888fa7
--- /dev/null
+++ b/app/src/main/res/drawable/ic_check_grey600_24dp.xml
@@ -0,0 +1,5 @@
+<vector android:autoMirrored="true" android:height="24dp"
+ android:tint="#757575" android:viewportHeight="24.0"
+ android:viewportWidth="24.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
+ <path android:fillColor="#FF000000" android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z"/>
+</vector>