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

Requests contain only part of the icon #170

Open
MiepHD opened this issue Feb 4, 2024 · 2 comments
Open

Requests contain only part of the icon #170

MiepHD opened this issue Feb 4, 2024 · 2 comments

Comments

@MiepHD
Copy link
Contributor

MiepHD commented Feb 4, 2024

I'm not sure if that's a known issue (I couldn't find a issue didicated to that) but it's common that every few requests there are some icons where only a part of the actual icon is in the image.
gaming_hub

@moertel
Copy link
Contributor

moertel commented Feb 8, 2024

I occasionally see the same. I'm wondering if those are vector icons because they're the only ones where width and height are set explicitly rather than inferred from the drawable itself:

final int width = isVector ? 256 : drawable.getIntrinsicWidth();
final int height = isVector ? 256 : drawable.getIntrinsicHeight();

If you have a link to the app in the image, that would be help with troubleshooting.

@MiepHD
Copy link
Contributor Author

MiepHD commented Feb 8, 2024

https://apps.samsung.com/appquery/appDetail.as?appId=com.samsung.android.game.gamehome&cId=000007278945

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

2 participants