summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/ic_questionmark_white.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_white.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_white.xml')
-rw-r--r--core/src/main/res/drawable/ic_questionmark_white.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/drawable/ic_questionmark_white.xml b/core/src/main/res/drawable/ic_questionmark_white.xml
index 69b42fef8..d7a5ba7bf 100644
--- a/core/src/main/res/drawable/ic_questionmark_white.xml
+++ b/core/src/main/res/drawable/ic_questionmark_white.xml
@@ -1,5 +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="#FFFFFFFF" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,19h-2v-2h2v2zM15.07,11.25l-0.9,0.92C13.45,12.9 13,13.5 13,15h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41 0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2L8,9c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88 -0.36,1.68 -0.93,2.25z"/>
+ <path android:fillColor="#FFFFFFFF" 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>