From 15eab50223e7789c15e40f956ee1ba166209b11d Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 24 Mar 2024 22:07:18 +0100 Subject: [PATCH] Move debug icons to :ui:common (#7026) --- .../res/mipmap-hdpi/ic_launcher_background.png | Bin .../res/mipmap-hdpi/ic_launcher_foreground.png | Bin .../res/mipmap-mdpi/ic_launcher_background.png | Bin .../res/mipmap-mdpi/ic_launcher_foreground.png | Bin .../res/mipmap-xhdpi/ic_launcher_background.png | Bin .../res/mipmap-xhdpi/ic_launcher_foreground.png | Bin .../res/mipmap-xxhdpi/ic_launcher_background.png | Bin .../res/mipmap-xxhdpi/ic_launcher_foreground.png | Bin .../res/mipmap-xxxhdpi/ic_launcher_background.png | Bin .../res/mipmap-xxxhdpi/ic_launcher_foreground.png | Bin .../res/mipmap-xxxhdpi/ic_launcher_monochrome.png | Bin 11 files changed, 0 insertions(+), 0 deletions(-) rename {core => ui/common}/src/debug/res/mipmap-hdpi/ic_launcher_background.png (100%) rename {core => ui/common}/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png (100%) rename {core => ui/common}/src/debug/res/mipmap-mdpi/ic_launcher_background.png (100%) rename {core => ui/common}/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png (100%) rename {core => ui/common}/src/debug/res/mipmap-xhdpi/ic_launcher_background.png (100%) rename {core => ui/common}/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png (100%) rename {core => ui/common}/src/debug/res/mipmap-xxhdpi/ic_launcher_background.png (100%) rename {core => ui/common}/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png (100%) rename {core => ui/common}/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.png (100%) rename {core => ui/common}/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png (100%) rename {core => ui/common}/src/debug/res/mipmap-xxxhdpi/ic_launcher_monochrome.png (100%) diff --git a/core/src/debug/res/mipmap-hdpi/ic_launcher_background.png b/ui/common/src/debug/res/mipmap-hdpi/ic_launcher_background.png similarity index 100% rename from core/src/debug/res/mipmap-hdpi/ic_launcher_background.png rename to ui/common/src/debug/res/mipmap-hdpi/ic_launcher_background.png diff --git a/core/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png b/ui/common/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png similarity index 100% rename from core/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png rename to ui/common/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png diff --git a/core/src/debug/res/mipmap-mdpi/ic_launcher_background.png b/ui/common/src/debug/res/mipmap-mdpi/ic_launcher_background.png similarity index 100% rename from core/src/debug/res/mipmap-mdpi/ic_launcher_background.png rename to ui/common/src/debug/res/mipmap-mdpi/ic_launcher_background.png diff --git a/core/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png b/ui/common/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png similarity index 100% rename from core/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png rename to ui/common/src/debug/res/mipmap-mdpi/ic_launcher_foreground.png diff --git a/core/src/debug/res/mipmap-xhdpi/ic_launcher_background.png b/ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_background.png similarity index 100% rename from core/src/debug/res/mipmap-xhdpi/ic_launcher_background.png rename to ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_background.png diff --git a/core/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png b/ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png similarity index 100% rename from core/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png rename to ui/common/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.png diff --git a/core/src/debug/res/mipmap-xxhdpi/ic_launcher_background.png b/ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_background.png similarity index 100% rename from core/src/debug/res/mipmap-xxhdpi/ic_launcher_background.png rename to ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_background.png diff --git a/core/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png b/ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png similarity index 100% rename from core/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png rename to ui/common/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.png diff --git a/core/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.png b/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.png similarity index 100% rename from core/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.png rename to ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.png diff --git a/core/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png similarity index 100% rename from core/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png rename to ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.png diff --git a/core/src/debug/res/mipmap-xxxhdpi/ic_launcher_monochrome.png b/ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_monochrome.png similarity index 100% rename from core/src/debug/res/mipmap-xxxhdpi/ic_launcher_monochrome.png rename to ui/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_monochrome.png