summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_calendar.xml
diff options
context:
space:
mode:
authorjacquarg <guillaume.jacquart@hoodbrains.com>2022-03-22 09:36:01 +0100
committerjacquarg <guillaume.jacquart@hoodbrains.com>2022-03-22 09:36:01 +0100
commita9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1 (patch)
treea3020e8f9a8de56579530b90852ba804552284bb /app/src/main/res/drawable/ic_calendar.xml
parentb18b3d06913cf1c2b792a26f5d37e6949af2cf60 (diff)
Use system theme colors. #5082
Diffstat (limited to 'app/src/main/res/drawable/ic_calendar.xml')
-rw-r--r--app/src/main/res/drawable/ic_calendar.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/src/main/res/drawable/ic_calendar.xml b/app/src/main/res/drawable/ic_calendar.xml
deleted file mode 100644
index 376c5a4..0000000
--- a/app/src/main/res/drawable/ic_calendar.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24"
- android:tint="@color/black">
- <path
- android:fillColor="@android:color/white"
- android:pathData="M9,11L7,11v2h2v-2zM13,11h-2v2h2v-2zM17,11h-2v2h2v-2zM19,4h-1L18,2h-2v2L8,4L8,2L6,2v2L5,4c-1.11,0 -1.99,0.9 -1.99,2L3,20c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,6c0,-1.1 -0.9,-2 -2,-2zM19,20L5,20L5,9h14v11z"/>
-</vector>