summaryrefslogtreecommitdiff
path: root/core/src/main/res/drawable
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-07-13 12:06:34 +0200
committerByteHamster <info@bytehamster.com>2020-07-13 12:06:34 +0200
commit03f2198ed5e977c37f0413483a10ad421d06d153 (patch)
tree27b469f8027a1db1c98e179caccf6780a32f2af0 /core/src/main/res/drawable
parenta26a41514ae79af7cd9bdfa8838ce62bde1b1c35 (diff)
downloadAntennaPod-03f2198ed5e977c37f0413483a10ad421d06d153.zip
Fixed colors in dark theme
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r--core/src/main/res/drawable/ic_filter_close.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/main/res/drawable/ic_filter_close.xml b/core/src/main/res/drawable/ic_filter_close.xml
index 0cfbbf3f5..9e0a26905 100644
--- a/core/src/main/res/drawable/ic_filter_close.xml
+++ b/core/src/main/res/drawable/ic_filter_close.xml
@@ -10,7 +10,7 @@
<shape android:shape="oval">
<stroke
android:width="4dp"
- android:color="?attr/filter_dialog_close" />
+ android:color="?attr/filter_dialog_clear" />
</shape>
</item>
@@ -28,7 +28,7 @@
<shape android:shape="line">
<stroke
android:width="4dp"
- android:color="?attr/filter_dialog_close" />
+ android:color="?attr/filter_dialog_clear" />
</shape>
</rotate>
</item>
@@ -46,7 +46,7 @@
<shape android:shape="line">
<stroke
android:width="4dp"
- android:color="?attr/filter_dialog_close" />
+ android:color="?attr/filter_dialog_clear" />
</shape>
</rotate>