From f98162b6d8ed70e571440c539ef053dce09f704d Mon Sep 17 00:00:00 2001 From: Orangerot Date: Sat, 11 Jan 2025 17:14:41 +0100 Subject: feat: add launcher name and launcher icon --- .../main/res/drawable-hdpi/ic_launcher_foreground.png | Bin 0 -> 3555 bytes .../main/res/drawable-hdpi/ic_launcher_monochrome.png | Bin 0 -> 3555 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png create mode 100644 android/app/src/main/res/drawable-hdpi/ic_launcher_monochrome.png (limited to 'android/app/src/main/res/drawable-hdpi') diff --git a/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..1f21ed5 Binary files /dev/null and b/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/drawable-hdpi/ic_launcher_monochrome.png b/android/app/src/main/res/drawable-hdpi/ic_launcher_monochrome.png new file mode 100644 index 0000000..1f21ed5 Binary files /dev/null and b/android/app/src/main/res/drawable-hdpi/ic_launcher_monochrome.png differ -- cgit v1.2.3