diff options
author | ByteHamster <info@bytehamster.com> | 2019-10-02 16:07:08 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2019-10-02 16:07:08 +0200 |
commit | 59d5c3cbf267c0a6e78d528247aad556674f6bbb (patch) | |
tree | 619b02f21d9613e7cbb4ddefabd375457ca601a5 | |
parent | 71a5a00fd088ede5b6c0bddc773e04f18f5b9be9 (diff) | |
download | AntennaPod-59d5c3cbf267c0a6e78d528247aad556674f6bbb.zip |
Changed color of default notification icon
-rw-r--r-- | core/src/main/res/drawable/notification_default_large_icon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/drawable/notification_default_large_icon.xml b/core/src/main/res/drawable/notification_default_large_icon.xml index 6e0c1e369..6da31b1bb 100644 --- a/core/src/main/res/drawable/notification_default_large_icon.xml +++ b/core/src/main/res/drawable/notification_default_large_icon.xml @@ -5,7 +5,7 @@ android:width="64dp"> <path - android:fillColor="#ff008AB8" + android:fillColor="#ff007DBA" android:pathData="M 0,0 L 12.7,0 12.7,12.7 0,12.7 z"/> <path |