summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable/ic_history_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_history_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_history_black.xml')
-rw-r--r--core/src/main/res/drawable/ic_history_black.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_history_black.xml b/core/src/main/res/drawable/ic_history_black.xml
new file mode 100644
index 000000000..d7130c9a8
--- /dev/null
+++ b/core/src/main/res/drawable/ic_history_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="M13,3c-4.97,0 -9,4.03 -9,9L1,12l3.89,3.89 0.07,0.14L9,12L6,12c0,-3.87 3.13,-7 7,-7s7,3.13 7,7 -3.13,7 -7,7c-1.93,0 -3.68,-0.79 -4.94,-2.06l-1.42,1.42C8.27,19.99 10.51,21 13,21c4.97,0 9,-4.03 9,-9s-4.03,-9 -9,-9zM12,8v5l4.28,2.54 0.72,-1.21 -3.5,-2.08L13.5,8L12,8z"/>
+</vector>