diff options
author | ByteHamster <info@bytehamster.com> | 2019-11-21 11:22:24 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-11-21 11:22:24 +0100 |
commit | 06fe53f6078afc1b348cdc0af89add086d622f75 (patch) | |
tree | 01c17d25362d4e455d4f0ebbe5bd8465bd91c012 /core/src/main/res/drawable | |
parent | a6e4c4756c053ded31ffadbe02fe8843bb24fe2e (diff) | |
download | AntennaPod-06fe53f6078afc1b348cdc0af89add086d622f75.zip |
Added icons to podcast settings
Diffstat (limited to 'core/src/main/res/drawable')
-rw-r--r-- | core/src/main/res/drawable/ic_key_grey600.xml | 6 | ||||
-rw-r--r-- | core/src/main/res/drawable/ic_key_white.xml (renamed from core/src/main/res/drawable/ic_notification_key.xml) | 0 |
2 files changed, 6 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_key_grey600.xml b/core/src/main/res/drawable/ic_key_grey600.xml new file mode 100644 index 000000000..71cc98f2f --- /dev/null +++ b/core/src/main/res/drawable/ic_key_grey600.xml @@ -0,0 +1,6 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:height="24dp" android:viewportHeight="24.0" + android:viewportWidth="24.0" android:width="24dp"> + <path android:fillColor="#FF757575" + android:pathData="M12.65,10C11.83,7.67 9.61,6 7,6c-3.31,0 -6,2.69 -6,6s2.69,6 6,6c2.61,0 4.83,-1.67 5.65,-4H17v4h4v-4h2v-4H12.65zM7,14c-1.1,0 -2,-0.9 -2,-2s0.9,-2 2,-2 2,0.9 2,2 -0.9,2 -2,2z"/> +</vector> diff --git a/core/src/main/res/drawable/ic_notification_key.xml b/core/src/main/res/drawable/ic_key_white.xml index c8a817eeb..c8a817eeb 100644 --- a/core/src/main/res/drawable/ic_notification_key.xml +++ b/core/src/main/res/drawable/ic_key_white.xml |