From 135abaa2a4ade7faed400454db8dd797af019c59 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 14 Dec 2024 14:39:14 -0500 Subject: Use new app icon --- java/AndroidManifest.xml | 4 ++-- java/ic_launcher-playstore.png | Bin 0 -> 6482 bytes java/res/drawable-hdpi/ic_launcher_keyboard.png | Bin 3967 -> 0 bytes java/res/drawable-mdpi/ic_launcher_keyboard.png | Bin 2586 -> 0 bytes java/res/drawable-xhdpi/ic_launcher_keyboard.png | Bin 5387 -> 0 bytes java/res/drawable-xxhdpi/ic_launcher_keyboard.png | Bin 8365 -> 0 bytes java/res/drawable-xxxhdpi/ic_launcher_keyboard.png | Bin 11435 -> 0 bytes java/res/drawable/ic_launcher_foreground.xml | 15 +++++++++++++++ java/res/mipmap-anydpi-v26/ic_launcher.xml | 5 +++++ java/res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 +++++ java/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 1225 bytes java/res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 3257 bytes java/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 1080 bytes java/res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 2122 bytes java/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 1616 bytes java/res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 4587 bytes java/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 2585 bytes java/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 6979 bytes java/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 3512 bytes java/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 10351 bytes java/res/values/ic_launcher_background.xml | 4 ++++ 21 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 java/ic_launcher-playstore.png delete mode 100644 java/res/drawable-hdpi/ic_launcher_keyboard.png delete mode 100644 java/res/drawable-mdpi/ic_launcher_keyboard.png delete mode 100644 java/res/drawable-xhdpi/ic_launcher_keyboard.png delete mode 100644 java/res/drawable-xxhdpi/ic_launcher_keyboard.png delete mode 100644 java/res/drawable-xxxhdpi/ic_launcher_keyboard.png create mode 100644 java/res/drawable/ic_launcher_foreground.xml create mode 100644 java/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 java/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 java/res/mipmap-hdpi/ic_launcher.png create mode 100644 java/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 java/res/mipmap-mdpi/ic_launcher.png create mode 100644 java/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 java/res/mipmap-xhdpi/ic_launcher.png create mode 100644 java/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 java/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 java/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 java/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 java/res/mipmap-xxxhdpi/ic_launcher_round.png create mode 100644 java/res/values/ic_launcher_background.xml diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml index 03f5fecd8..7dce7499a 100644 --- a/java/AndroidManifest.xml +++ b/java/AndroidManifest.xml @@ -58,7 +58,7 @@ diff --git a/java/ic_launcher-playstore.png b/java/ic_launcher-playstore.png new file mode 100644 index 000000000..2bed9a416 Binary files /dev/null and b/java/ic_launcher-playstore.png differ diff --git a/java/res/drawable-hdpi/ic_launcher_keyboard.png b/java/res/drawable-hdpi/ic_launcher_keyboard.png deleted file mode 100644 index 3a01e61b9..000000000 Binary files a/java/res/drawable-hdpi/ic_launcher_keyboard.png and /dev/null differ diff --git a/java/res/drawable-mdpi/ic_launcher_keyboard.png b/java/res/drawable-mdpi/ic_launcher_keyboard.png deleted file mode 100644 index 574da25f5..000000000 Binary files a/java/res/drawable-mdpi/ic_launcher_keyboard.png and /dev/null differ diff --git a/java/res/drawable-xhdpi/ic_launcher_keyboard.png b/java/res/drawable-xhdpi/ic_launcher_keyboard.png deleted file mode 100644 index 17695015a..000000000 Binary files a/java/res/drawable-xhdpi/ic_launcher_keyboard.png and /dev/null differ diff --git a/java/res/drawable-xxhdpi/ic_launcher_keyboard.png b/java/res/drawable-xxhdpi/ic_launcher_keyboard.png deleted file mode 100644 index 624c82efd..000000000 Binary files a/java/res/drawable-xxhdpi/ic_launcher_keyboard.png and /dev/null differ diff --git a/java/res/drawable-xxxhdpi/ic_launcher_keyboard.png b/java/res/drawable-xxxhdpi/ic_launcher_keyboard.png deleted file mode 100644 index 39636a1b7..000000000 Binary files a/java/res/drawable-xxxhdpi/ic_launcher_keyboard.png and /dev/null differ diff --git a/java/res/drawable/ic_launcher_foreground.xml b/java/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 000000000..b6f5ddb8d --- /dev/null +++ b/java/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,15 @@ + + + + + diff --git a/java/res/mipmap-anydpi-v26/ic_launcher.xml b/java/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..7353dbd1f --- /dev/null +++ b/java/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/java/res/mipmap-anydpi-v26/ic_launcher_round.xml b/java/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..7353dbd1f --- /dev/null +++ b/java/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/java/res/mipmap-hdpi/ic_launcher.png b/java/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..5efa2be6c Binary files /dev/null and b/java/res/mipmap-hdpi/ic_launcher.png differ diff --git a/java/res/mipmap-hdpi/ic_launcher_round.png b/java/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..0d0d155b7 Binary files /dev/null and b/java/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/java/res/mipmap-mdpi/ic_launcher.png b/java/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..a2c5d65be Binary files /dev/null and b/java/res/mipmap-mdpi/ic_launcher.png differ diff --git a/java/res/mipmap-mdpi/ic_launcher_round.png b/java/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..132b0a76b Binary files /dev/null and b/java/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/java/res/mipmap-xhdpi/ic_launcher.png b/java/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..2210c0083 Binary files /dev/null and b/java/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/java/res/mipmap-xhdpi/ic_launcher_round.png b/java/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..3f554e2bb Binary files /dev/null and b/java/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/java/res/mipmap-xxhdpi/ic_launcher.png b/java/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..ab9934044 Binary files /dev/null and b/java/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/java/res/mipmap-xxhdpi/ic_launcher_round.png b/java/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..103041a5a Binary files /dev/null and b/java/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/java/res/mipmap-xxxhdpi/ic_launcher.png b/java/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..cdf358a8c Binary files /dev/null and b/java/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/java/res/mipmap-xxxhdpi/ic_launcher_round.png b/java/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..eed206b2a Binary files /dev/null and b/java/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/java/res/values/ic_launcher_background.xml b/java/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..a5da8d76b --- /dev/null +++ b/java/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #5072A7 + \ No newline at end of file -- cgit v1.2.3-83-g751a