syncthing-android
syncthing-android copied to clipboard
Share sheet icon looks awful, Adaptive Icon doesn't have png files for multiple densities
Affected version: v1.23.5 Affected device: Galaxy A23, Android 13
Essentially I noticed the following when I opened the share sheet:
It seems that the app only provides a single PNG for all densities inside the mipmap folder, which would make running on some other densities to look ugly and blurred.
One way this can be fixed is using the Android Studio add Image Asset wizard. Because it is able to take the original file and convert to appropriate sizes for each density. Another option is to use VectorDrawables, which can be converted from SVG using another Android Studio wizard.