-
Notifications
You must be signed in to change notification settings - Fork 20
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
Monekin icon is cropped in the initial splash screen #219
Comments
The icon is cropped in the splash screen, I added the |
What OS does this issue occur on? I've ran main branch in Android Pixel emulator and on splash screen the icon is perfectly rounded. I've experimented with some changes as well, but I could see the same result. Does this issue still persist? |
@enrique-lozano this seems to be an issue with Android 12+. On another Github for MAUI this was raised (dotnet/maui#9886), the issue is better described in following issue There are cetain requirements that Icon must follow I did experiments on another project - scaling down the icon helped me. |
I use pixel 6 pro, the system is android 14, and I still have this problem after upgrading to 15. |
Hi @shinebrillant @vincius0000. This is probably fixed in #211, please test this branch if you can and see if the issue still exists. |
@enrique-lozano I have the same I would attempt to rebuild the icon files using Android Studio, just to make sure icon follows the requirements for Android 12+. Then in relevant file I would reference |
Something I've noticed is, the icon is only weird in dark mode. In light mode, the icon is smaller and does not clip |
Prerequisites
Current Behavior
When Monekin is opened for the first time, the four corners of the icon are cropped.
Expected Behavior
The corners of the Monekin icon should be rounded.
Steps to Reproduce
Additional Information
No response
The text was updated successfully, but these errors were encountered: