diff options
author | polwex <polwex@sortug.com> | 2025-07-16 14:54:44 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-16 14:54:44 +0700 |
commit | aadfe206f3233032d8742a17c1f21d4750946a41 (patch) | |
tree | a63a95381ff99af1226ef096ce94cc32d8153ca5 /android/app/src/main/res/mipmap-anydpi-v26 | |
parent | 1c81a70b0349a7f7577d0124b4b67ab5ea01e68d (diff) |
aaaarggh!!!
Diffstat (limited to 'android/app/src/main/res/mipmap-anydpi-v26')
-rw-r--r-- | android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 | ||||
-rw-r--r-- | android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..3941bea --- /dev/null +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@color/iconBackground"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> +</adaptive-icon>
\ No newline at end of file diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..3941bea --- /dev/null +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> + <background android:drawable="@color/iconBackground"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> +</adaptive-icon>
\ No newline at end of file |