You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
MateusRodCosta
changed the title
Affected version: v1.23.5
Affected device: Galaxy A23, Android 13
Share sheet icon looks awful, Adaptive Icon send to not provide insane files for multiple densities
Share sheet icon looks awful, Adaptive Icon send to not provide insane files for multiple densities
Jun 25, 2023
MateusRodCosta
changed the title
Share sheet icon looks awful, Adaptive Icon send to not provide insane files for multiple densities
Share sheet icon looks awful, Adaptive Icon send to not provide image files for multiple densities
Jun 25, 2023
MateusRodCosta
changed the title
Share sheet icon looks awful, Adaptive Icon send to not provide image files for multiple densities
Share sheet icon looks awful, Adaptive Icon doesn't have png files for multiple densities
Jun 25, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: