summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/ic_videocam_grey600_24dp.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-03-16 20:49:40 +0100
committerByteHamster <info@bytehamster.com>2020-03-16 22:34:06 +0100
commit9f32b6cebf503961077f1f3d26735ff17c7219e0 (patch)
tree6eec81946a639ee66d046fa63ad241c2e954cbcf /core/src/main/res/drawable/ic_videocam_grey600_24dp.xml
parent15b1afa38b3ca1614296acc55ecc0535ac39df28 (diff)
downloadAntennaPod-9f32b6cebf503961077f1f3d26735ff17c7219e0.zip
Made icons black instead of grey
Since switching to the official Toolbar theme, the back arrow and the overflow dots are black, too.
Diffstat (limited to 'core/src/main/res/drawable/ic_videocam_grey600_24dp.xml')
-rw-r--r--core/src/main/res/drawable/ic_videocam_grey600_24dp.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/src/main/res/drawable/ic_videocam_grey600_24dp.xml b/core/src/main/res/drawable/ic_videocam_grey600_24dp.xml
deleted file mode 100644
index 40c893883..000000000
--- a/core/src/main/res/drawable/ic_videocam_grey600_24dp.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:height="24dp"
- android:width="24dp"
- android:viewportHeight="24.0"
- android:viewportWidth="24.0">
- <path android:fillColor="#FF757575"
- android:pathData="M17,10.5V7c0,-0.55 -0.45,-1 -1,-1H4c-0.55,0 -1,0.45 -1,1v10c0,0.55 0.45,1 1,1h12c0.55,0 1,-0.45 1,-1v-3.5l4,4v-11l-4,4z"/>
-</vector>