diff options
author | ByteHamster <info@bytehamster.com> | 2021-01-01 20:04:08 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-01-01 20:04:08 +0100 |
commit | 3411fcd10d9a6cabc27c77d4e95bd09890b79844 (patch) | |
tree | 7475e5e9efbbcbbcb9172363985bd3dc6554e931 /core/src/main/res/drawable | |
parent | 7c93bc5140d3f30cd4d3ea589e4e1772ea57fd98 (diff) | |
parent | a87cec5d28e6dabf304b25e17689a44d4b13019c (diff) | |
download | AntennaPod-3411fcd10d9a6cabc27c77d4e95bd09890b79844.zip |
Merge branch 'master' into develop
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r-- | core/src/main/res/drawable/ic_filter_close.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/src/main/res/drawable/ic_filter_close.xml b/core/src/main/res/drawable/ic_filter_close.xml index 9e0a26905..4d7eedb30 100644 --- a/core/src/main/res/drawable/ic_filter_close.xml +++ b/core/src/main/res/drawable/ic_filter_close.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> - + <!-- Fall-back for old Android devices that do not support attrs as colors --> <item android:bottom="5dp" android:left="5dp" @@ -10,7 +10,7 @@ <shape android:shape="oval"> <stroke android:width="4dp" - android:color="?attr/filter_dialog_clear" /> + android:color="#555" /> </shape> </item> @@ -28,7 +28,7 @@ <shape android:shape="line"> <stroke android:width="4dp" - android:color="?attr/filter_dialog_clear" /> + android:color="#555" /> </shape> </rotate> </item> @@ -46,7 +46,7 @@ <shape android:shape="line"> <stroke android:width="4dp" - android:color="?attr/filter_dialog_clear" /> + android:color="#555" /> </shape> </rotate> |