mobile/native/android/apps/ensu/docs/appicon.md
This project uses an adaptive icon with a foreground PNG plus a solid background color. The foreground must be padded so it fits inside circular/squircle masks without clipping.
#FDCE13 (see res/values/colors.xml).Prepare the foreground
Generate Android assets
res/drawable/ic_launcher_foreground.png (432×432).res/mipmap-mdpi/ic_launcher.png (48×48)res/mipmap-hdpi/ic_launcher.png (72×72)res/mipmap-xhdpi/ic_launcher.png (96×96)res/mipmap-xxhdpi/ic_launcher.png (144×144)res/mipmap-xxxhdpi/ic_launcher.png (192×192)ic_launcher_round.png in each mipmap folder with the same image.Set the adaptive background color
res/values/colors.xml:
<color name="ic_launcher_background">#FDCE13</color>
res/mipmap-anydpi-v26/ic_launcher.xmlres/mipmap-anydpi-v26/ic_launcher_round.xmlVerify