This pull request includes updates to the launcher icons and vector drawable resources. The most important changes involve simplifying and optimizing the XML configurations for these resources. However because when we first designed the logo we made it square, there are sometimes some conflicts with the round icons, if you have any suggestion pertaining to maybe resizing or changing anything feel free write a comment below and I will tweak the way the app icon looks.
This pull request includes updates to the launcher icons and vector drawable resources. The most important changes involve simplifying and optimizing the XML configurations for these resources. However because when we first designed the logo we made it square, there are sometimes some conflicts with the round icons, if you have any suggestion pertaining to maybe resizing or changing anything feel free write a comment below and I will tweak the way the app icon looks.
Improvements to vector drawable:
app/src/main/res/drawable/ic_launcher_background.xml
: Simplified the vector drawable definition by removing redundant path elements and reordering attributes for better readability.Updates to adaptive icons:
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
: Updated theforeground
attribute to reference the correct drawable resource. Removed themonochrome
attribute to streamline the configuration.app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
: Similar to the previous change, updated theforeground
attribute to reference the correct drawable resource and removed themonochrome
attribute.