Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

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

No branches or pull requests

1 participant