Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MateusRodCosta opened this issue Jun 25, 2023 · 0 comments

Comments

@MateusRodCosta
Copy link

MateusRodCosta commented Jun 25, 2023

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 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 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 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant