From 977723c6615024afb18c1846fd36f8ff1da1ce09 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 5 Aug 2022 01:49:35 +0530 Subject: Update app icon and add a monochrome layer (#2045) * app: check-in updated app icon * app: add a monochrome icon --- app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 13251 bytes app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 16960 -> 0 bytes .../res/mipmap-xxxhdpi/ic_launcher_foreground.webp | Bin 32082 -> 0 bytes app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 13251 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp delete mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png (limited to 'app/src/debug/res/mipmap-xxxhdpi') diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..d7d4ef18 Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp deleted file mode 100644 index 024a6712..00000000 Binary files a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp deleted file mode 100644 index 55ea3223..00000000 Binary files a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..d7d4ef18 Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png differ -- cgit v1.2.3