From 527229c8b3da7e5062f4194ab47e4f9a98d26aaa Mon Sep 17 00:00:00 2001
From: Charles Lombardo
Date: Mon, 13 Mar 2023 19:40:55 -0400
Subject: android: Use adaptive icon
---
src/android/app/src/main/res/drawable/ic_yuzu.xml | 20 ++++++++++++++++++++
.../src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 +++--
.../app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 17950 -> 0 bytes
.../main/res/mipmap-hdpi/ic_launcher_foreground.png | Bin 48880 -> 0 bytes
.../app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 15249 -> 0 bytes
.../main/res/mipmap-mdpi/ic_launcher_foreground.png | Bin 47388 -> 0 bytes
.../app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 17663 -> 0 bytes
.../res/mipmap-xhdpi/ic_launcher_foreground.png | Bin 49903 -> 0 bytes
.../app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 20413 -> 0 bytes
.../res/mipmap-xxhdpi/ic_launcher_foreground.png | Bin 57817 -> 0 bytes
.../app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 23487 -> 0 bytes
.../res/mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 58695 -> 0 bytes
.../src/main/res/values/ic_launcher_background.xml | 2 +-
13 files changed, 24 insertions(+), 3 deletions(-)
create mode 100644 src/android/app/src/main/res/drawable/ic_yuzu.xml
delete mode 100644 src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
delete mode 100644 src/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
delete mode 100644 src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
delete mode 100644 src/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
delete mode 100644 src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
delete mode 100644 src/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
delete mode 100644 src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
delete mode 100644 src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
delete mode 100644 src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
delete mode 100644 src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
(limited to 'src/android')
diff --git a/src/android/app/src/main/res/drawable/ic_yuzu.xml b/src/android/app/src/main/res/drawable/ic_yuzu.xml
new file mode 100644
index 000000000..a994b8f78
--- /dev/null
+++ b/src/android/app/src/main/res/drawable/ic_yuzu.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index c9ad5f98f..c060cd86c 100644
--- a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -1,5 +1,6 @@
-
-
\ No newline at end of file
+
+
+
diff --git a/src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
deleted file mode 100644
index 3a9dbf35b..000000000
Binary files a/src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ
diff --git a/src/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/src/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
deleted file mode 100644
index da4f4fda6..000000000
Binary files a/src/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
deleted file mode 100644
index e7ab1ffcc..000000000
Binary files a/src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ
diff --git a/src/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/src/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
deleted file mode 100644
index 68e6acda3..000000000
Binary files a/src/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
deleted file mode 100644
index 1a4fa7a08..000000000
Binary files a/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
deleted file mode 100644
index 665e61c1b..000000000
Binary files a/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
deleted file mode 100644
index 62fc77634..000000000
Binary files a/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ
diff --git a/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
deleted file mode 100644
index efbf7184d..000000000
Binary files a/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
deleted file mode 100644
index 1349d1065..000000000
Binary files a/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ
diff --git a/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
deleted file mode 100644
index 18cce2c92..000000000
Binary files a/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/src/android/app/src/main/res/values/ic_launcher_background.xml b/src/android/app/src/main/res/values/ic_launcher_background.xml
index c5d5899fd..f42ada656 100644
--- a/src/android/app/src/main/res/values/ic_launcher_background.xml
+++ b/src/android/app/src/main/res/values/ic_launcher_background.xml
@@ -1,4 +1,4 @@
#FFFFFF
-
\ No newline at end of file
+
--
cgit v1.2.3