conference-app-2024
conference-app-2024 copied to clipboard
Introduction of ThemedIcon that appears to have two colors
Overview
ThemedIcon is not applied, but I feel it should be. Also, if we introduced ThemedIcon as usual, it would look quite similar to the 2022 and 2023 app icons, so we thought it would be a good idea to do the following to differentiate them by making them look like they are composed of two different colors. (Creating a monochrome will not affect the display of the splash icon at startup)
- Introduce ThemedIcon as we did last year.
- Create a file named
ic_launcher_monochrome.xml
with a copy ofic_launcher_foreground.xml
in a directory nameddrawable-v31
. - Set
ic_launcher_monochrome
onmonocrome
ofic_launcher_round.xml
andic_launcher.xml
- Set
android:fillAlpha=“0.5”
in one of two paths ofic_launcher_monochrome.xml
to make one side figure translucent
↓
Before | After |
---|---|
2022, 2023, 2024 Comparison
From left to right: 2022, 2023, this year