summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_call.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_call.xml
parentb18b3d06913cf1c2b792a26f5d37e6949af2cf60 (diff)
Use system theme colors. #5082
Diffstat (limited to 'app/src/main/res/drawable/ic_call.xml')
-rw-r--r--app/src/main/res/drawable/ic_call.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/src/main/res/drawable/ic_call.xml b/app/src/main/res/drawable/ic_call.xml
deleted file mode 100644
index 41d8b40..0000000
--- a/app/src/main/res/drawable/ic_call.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="M13,9h-2v2h2L13,9zM17,9h-2v2h2L17,9zM20,15.5c-1.25,0 -2.45,-0.2 -3.57,-0.57 -0.35,-0.11 -0.74,-0.03 -1.02,0.24l-2.2,2.2c-2.83,-1.44 -5.15,-3.75 -6.59,-6.58l2.2,-2.21c0.28,-0.27 0.36,-0.66 0.25,-1.01C8.7,6.45 8.5,5.25 8.5,4c0,-0.55 -0.45,-1 -1,-1L4,3c-0.55,0 -1,0.45 -1,1 0,9.39 7.61,17 17,17 0.55,0 1,-0.45 1,-1v-3.5c0,-0.55 -0.45,-1 -1,-1zM19,9v2h2L21,9h-2z"/>
-</vector>