diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-29 11:23:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 11:23:33 +0100 |
commit | 5ede21d676af8d879ec8f5d695255ccbf4398e76 (patch) | |
tree | e4f23895d32ff6946b57887880b084a6759bc5dc /ui/notifications | |
parent | 13a985ca1e6fae65682c97ee523dec96b2fdeedf (diff) | |
download | AntennaPod-5ede21d676af8d879ec8f5d695255ccbf4398e76.zip |
Remove dependency of :net:discovery and :ui:echo on :core (#7036)
Moves the common icon files to :ui:common
Diffstat (limited to 'ui/notifications')
-rw-r--r-- | ui/notifications/src/main/res/drawable-hdpi/ic_notification.png | bin | 0 -> 1323 bytes |
-rw-r--r-- | ui/notifications/src/main/res/drawable-hdpi/ic_notification_new.png | bin | 0 -> 1310 bytes |
-rw-r--r-- | ui/notifications/src/main/res/drawable-mdpi/ic_notification.png | bin | 0 -> 833 bytes |
-rw-r--r-- | ui/notifications/src/main/res/drawable-mdpi/ic_notification_new.png | bin | 0 -> 827 bytes |
-rw-r--r-- | ui/notifications/src/main/res/drawable-xhdpi/ic_notification.png | bin | 0 -> 1791 bytes |
-rw-r--r-- | ui/notifications/src/main/res/drawable-xhdpi/ic_notification_new.png | bin | 0 -> 1782 bytes |
-rw-r--r-- | ui/notifications/src/main/res/drawable-xxhdpi/ic_notification.png | bin | 0 -> 2461 bytes |
-rw-r--r-- | ui/notifications/src/main/res/drawable-xxhdpi/ic_notification_new.png | bin | 0 -> 2491 bytes |
-rw-r--r-- | ui/notifications/src/main/res/drawable-xxxhdpi/ic_notification.png | bin | 0 -> 3004 bytes |
-rw-r--r-- | ui/notifications/src/main/res/drawable-xxxhdpi/ic_notification_new.png | bin | 0 -> 3038 bytes |
10 files changed, 0 insertions, 0 deletions
diff --git a/ui/notifications/src/main/res/drawable-hdpi/ic_notification.png b/ui/notifications/src/main/res/drawable-hdpi/ic_notification.png Binary files differnew file mode 100644 index 000000000..c49404f8c --- /dev/null +++ b/ui/notifications/src/main/res/drawable-hdpi/ic_notification.png diff --git a/ui/notifications/src/main/res/drawable-hdpi/ic_notification_new.png b/ui/notifications/src/main/res/drawable-hdpi/ic_notification_new.png Binary files differnew file mode 100644 index 000000000..cef10dc6f --- /dev/null +++ b/ui/notifications/src/main/res/drawable-hdpi/ic_notification_new.png diff --git a/ui/notifications/src/main/res/drawable-mdpi/ic_notification.png b/ui/notifications/src/main/res/drawable-mdpi/ic_notification.png Binary files differnew file mode 100644 index 000000000..5a2c3c590 --- /dev/null +++ b/ui/notifications/src/main/res/drawable-mdpi/ic_notification.png diff --git a/ui/notifications/src/main/res/drawable-mdpi/ic_notification_new.png b/ui/notifications/src/main/res/drawable-mdpi/ic_notification_new.png Binary files differnew file mode 100644 index 000000000..a8c4de14a --- /dev/null +++ b/ui/notifications/src/main/res/drawable-mdpi/ic_notification_new.png diff --git a/ui/notifications/src/main/res/drawable-xhdpi/ic_notification.png b/ui/notifications/src/main/res/drawable-xhdpi/ic_notification.png Binary files differnew file mode 100644 index 000000000..433eec476 --- /dev/null +++ b/ui/notifications/src/main/res/drawable-xhdpi/ic_notification.png diff --git a/ui/notifications/src/main/res/drawable-xhdpi/ic_notification_new.png b/ui/notifications/src/main/res/drawable-xhdpi/ic_notification_new.png Binary files differnew file mode 100644 index 000000000..765827b18 --- /dev/null +++ b/ui/notifications/src/main/res/drawable-xhdpi/ic_notification_new.png diff --git a/ui/notifications/src/main/res/drawable-xxhdpi/ic_notification.png b/ui/notifications/src/main/res/drawable-xxhdpi/ic_notification.png Binary files differnew file mode 100644 index 000000000..db44a547f --- /dev/null +++ b/ui/notifications/src/main/res/drawable-xxhdpi/ic_notification.png diff --git a/ui/notifications/src/main/res/drawable-xxhdpi/ic_notification_new.png b/ui/notifications/src/main/res/drawable-xxhdpi/ic_notification_new.png Binary files differnew file mode 100644 index 000000000..3d47c6f2e --- /dev/null +++ b/ui/notifications/src/main/res/drawable-xxhdpi/ic_notification_new.png diff --git a/ui/notifications/src/main/res/drawable-xxxhdpi/ic_notification.png b/ui/notifications/src/main/res/drawable-xxxhdpi/ic_notification.png Binary files differnew file mode 100644 index 000000000..e38b1de34 --- /dev/null +++ b/ui/notifications/src/main/res/drawable-xxxhdpi/ic_notification.png diff --git a/ui/notifications/src/main/res/drawable-xxxhdpi/ic_notification_new.png b/ui/notifications/src/main/res/drawable-xxxhdpi/ic_notification_new.png Binary files differnew file mode 100644 index 000000000..c1e74c077 --- /dev/null +++ b/ui/notifications/src/main/res/drawable-xxxhdpi/ic_notification_new.png |