summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/ic_questionmark_black.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_questionmark_black.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_questionmark_black.xml')
-rw-r--r--core/src/main/res/drawable/ic_questionmark_black.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_questionmark_black.xml b/core/src/main/res/drawable/ic_questionmark_black.xml
new file mode 100644
index 000000000..8a187e813
--- /dev/null
+++ b/core/src/main/res/drawable/ic_questionmark_black.xml
@@ -0,0 +1,5 @@
+<vector android:height="24dp"
+ 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="M11,18H13V16H11V18M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,6A4,4 0 0,0 8,10H10A2,2 0 0,1 12,8A2,2 0 0,1 14,10C14,12 11,11.75 11,15H13C13,12.75 16,12.5 16,10A4,4 0 0,0 12,6Z"/>
+</vector>