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

Horrible view of the Android application icons #34816

Closed
SmithJohnFirst opened this issue Jan 4, 2020 · 5 comments
Closed

Horrible view of the Android application icons #34816

SmithJohnFirst opened this issue Jan 4, 2020 · 5 comments
Labels

Comments

@SmithJohnFirst
Copy link

Godot version:
3.1

OS/device including version:
Android 9

Issue description:
All my Android apps have changed the icon. Applications developed using Godot. The icons are terrible - a white frame has appeared around the icon.
0
Previously, on older versions of Android, they looked great.
I did not change the icon images.

@KoBeWi
Copy link
Member

KoBeWi commented Jan 4, 2020

I don't think it's Godot's problem. The white frames appeared after Android update, so you probably need to update your icons to meet some new guidelines.

@timothyqiu
Copy link
Member

timothyqiu commented Jan 4, 2020

FYI: This is the result of Adaptive Icon introduced since Android O (API level > 26).

To adapt to the frame, the application's android:icon attribute in AndroidManifest.xml has to point to an Adaptive Icon drawable XML.

It seems that there is no mention of adaptive icon in the codebase.

@SmithJohnFirst
Copy link
Author

My applications do not use adaptive icons.
I decided to add them, but did not find the corresponding menu item in the project export.
01
I looked at the contents of the export templates and did not find adaptive icons.
02
Also, I did not find mention of adaptive icons in the documentation. As I understand it, Godot does not support this feature.

@Zireael07
Copy link
Contributor

Uh, I believe we already have an issue open for adaptive icon support? Might have been moved to godot-proposals repo, though?

@KoBeWi
Copy link
Member

KoBeWi commented Jan 4, 2020

Ah, indeed :/ Closing as duplicate of #18256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants