From 15eab50223e7789c15e40f956ee1ba166209b11d Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 24 Mar 2024 22:07:18 +0100 Subject: Move debug icons to :ui:common (#7026) --- .../debug/res/mipmap-hdpi/ic_launcher_background.png | Bin 0 -> 8672 bytes .../debug/res/mipmap-hdpi/ic_launcher_foreground.png | Bin 0 -> 10705 bytes .../debug/res/mipmap-mdpi/ic_launcher_background.png | Bin 0 -> 4187 bytes .../debug/res/mipmap-mdpi/ic_launcher_foreground.png | Bin 0 -> 5235 bytes .../debug/res/mipmap-xhdpi/ic_launcher_background.png | Bin 0 -> 10040 bytes .../debug/res/mipmap-xhdpi/ic_launcher_foreground.png | Bin 0 -> 12181 bytes .../debug/res/mipmap-xxhdpi/ic_launcher_background.png | Bin 0 -> 17155 bytes .../debug/res/mipmap-xxhdpi/ic_launcher_foreground.png | Bin 0 -> 21041 bytes .../debug/res/mipmap-xxxhdpi/ic_launcher_background.png | Bin 0 -> 23926 bytes .../debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 0 -> 30166 bytes .../debug/res/mipmap-xxxhdpi/ic_launcher_monochrome.png | Bin 0 -> 10269 bytes 11 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 ui/common/src/debug/res/mipmap-hdpi/ic_launcher_background.png create mode 100644 ui/common/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png create mode 100644 ui/common/src/debug/res/mipmap-mdpi/ic_launcher_background.png create mode 100644 ui/common/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png create mode 100644 ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_background.png create mode 100644 ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png create mode 100644 ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_background.png create mode 100644 ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png create mode 100644 ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.png create mode 100644 ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png create mode 100644 ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_monochrome.png (limited to 'ui/common') 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 new file mode 100644 index 000000000..da2b8d47b Binary files /dev/null and b/ui/common/src/debug/res/mipmap-hdpi/ic_launcher_background.png differ 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 new file mode 100644 index 000000000..dd7c03e27 Binary files /dev/null and b/ui/common/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png differ 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 new file mode 100644 index 000000000..701d43516 Binary files /dev/null and b/ui/common/src/debug/res/mipmap-mdpi/ic_launcher_background.png differ 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 new file mode 100644 index 000000000..b7a85063f Binary files /dev/null and b/ui/common/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png differ 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 new file mode 100644 index 000000000..1adaed041 Binary files /dev/null and b/ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_background.png differ 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 new file mode 100644 index 000000000..4d5a15f39 Binary files /dev/null and b/ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png differ 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 new file mode 100644 index 000000000..31d4b272e Binary files /dev/null and b/ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_background.png differ 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 new file mode 100644 index 000000000..75caa42c9 Binary files /dev/null and b/ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png differ 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 new file mode 100644 index 000000000..9edb9ab01 Binary files /dev/null and b/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.png differ 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 new file mode 100644 index 000000000..630363954 Binary files /dev/null and b/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ 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 new file mode 100644 index 000000000..d7e12bda3 Binary files /dev/null and b/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_monochrome.png differ -- cgit v1.2.3