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-02-27 23:19:42 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2019-02-27 23:19:42 +0300
commite1a4100d884647992493ecf5386289441bea9d70 (patch)
tree156b44f95aa88877cebf84cda6d22ba2a459a2bd /app/src/main/res/drawable
parent9d784ba5dcd413556ce0475b742d859ef0b059fd (diff)
add due date editing capabilitiy
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/ic_activity_light_grey.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_activity_light_grey.xml b/app/src/main/res/drawable/ic_activity_light_grey.xml
new file mode 100644
index 000000000..c40d9d080
--- /dev/null
+++ b/app/src/main/res/drawable/ic_activity_light_grey.xml
@@ -0,0 +1,6 @@
+<vector android:alpha="0.5" android:height="72dp"
+ android:viewportHeight="32" android:viewportWidth="32"
+ android:width="72dp" xmlns:android="http://schemas.android.com/apk/res/android">
+ <path android:fillColor="#FF969696"
+ android:pathData="M16,1.9492 L6,18.8102H17L16,30.0508 26,13.1898H15Z"/>
+</vector>