From 992e7fc507eb053d8e137f0027be2a15b0b6abf5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 18 Mar 2025 17:34:49 +0300 Subject: [PATCH] icon --- .idea/deploymentTargetSelector.xml | 4 ++-- .../main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 ++--- .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 ++--- app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 3697 bytes .../main/res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 5322 bytes app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2740 bytes .../main/res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 3524 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 5170 bytes .../main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 7861 bytes app/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 7527 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 12096 bytes app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 11348 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 17482 bytes 13 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index 44cd4af..435afc9 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -4,10 +4,10 @@