diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-24 22:07:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-24 22:07:18 +0100 |
commit | 15eab50223e7789c15e40f956ee1ba166209b11d (patch) | |
tree | bf7e1ca760bdb806b610d5998c3384ec01faf707 /ui/common/src | |
parent | 5c6000155cc8f2c6111301ceecae08bf41e0b735 (diff) | |
download | AntennaPod-15eab50223e7789c15e40f956ee1ba166209b11d.zip |
Move debug icons to :ui:common (#7026)
Diffstat (limited to 'ui/common/src')
11 files changed, 0 insertions, 0 deletions
diff --git a/ui/common/src/debug/res/mipmap-hdpi/ic_launcher_background.png b/ui/common/src/debug/res/mipmap-hdpi/ic_launcher_background.png Binary files differnew file mode 100644 index 000000000..da2b8d47b --- /dev/null +++ b/ui/common/src/debug/res/mipmap-hdpi/ic_launcher_background.png diff --git a/ui/common/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png b/ui/common/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png Binary files differnew file mode 100644 index 000000000..dd7c03e27 --- /dev/null +++ b/ui/common/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png diff --git a/ui/common/src/debug/res/mipmap-mdpi/ic_launcher_background.png b/ui/common/src/debug/res/mipmap-mdpi/ic_launcher_background.png Binary files differnew file mode 100644 index 000000000..701d43516 --- /dev/null +++ b/ui/common/src/debug/res/mipmap-mdpi/ic_launcher_background.png diff --git a/ui/common/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png b/ui/common/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png Binary files differnew file mode 100644 index 000000000..b7a85063f --- /dev/null +++ b/ui/common/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png diff --git a/ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_background.png b/ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_background.png Binary files differnew file mode 100644 index 000000000..1adaed041 --- /dev/null +++ b/ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_background.png diff --git a/ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png b/ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png Binary files differnew file mode 100644 index 000000000..4d5a15f39 --- /dev/null +++ b/ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png diff --git a/ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_background.png b/ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_background.png Binary files differnew file mode 100644 index 000000000..31d4b272e --- /dev/null +++ b/ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_background.png diff --git a/ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png b/ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png Binary files differnew file mode 100644 index 000000000..75caa42c9 --- /dev/null +++ b/ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png diff --git a/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.png b/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.png Binary files differnew file mode 100644 index 000000000..9edb9ab01 --- /dev/null +++ b/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.png diff --git a/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png Binary files differnew file mode 100644 index 000000000..630363954 --- /dev/null +++ b/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png diff --git a/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_monochrome.png b/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_monochrome.png Binary files differnew file mode 100644 index 000000000..d7e12bda3 --- /dev/null +++ b/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_monochrome.png |