syncthing-android icon indicating copy to clipboard operation
syncthing-android copied to clipboard

Share sheet icon looks awful, Adaptive Icon doesn't have png files for multiple densities

Open MateusRodCosta opened this issue 2 years ago • 0 comments

Affected version: v1.23.5 Affected device: Galaxy A23, Android 13

Essentially I noticed the following when I opened the share sheet:

Screenshot_20230624_214617_Android System.png

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.

MateusRodCosta avatar Jun 25 '23 01:06 MateusRodCosta