Replies: 1 comment 1 reply
-
Just guessing but it could be your icon doesn't have enough of a transparent border around it. For example, if your image was 300x300, the icon WITHIN the image should be 200x200 and centered. I'd recommend reading the splash screen documenation for Android and MAUI. https://learn.microsoft.com/en-us/dotnet/maui/user-interface/images/splashscreen I'd also recommend using an SVG if you can, MAUI usually does a good job of scaling it to the sizes required. If you need something more custom for each platform/Android API, that is possible too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a PNG image 1024x1820 px with a transparent background.


Irrespective of wthere I set base size or not, I get this terrible scaling:
Whereas the original image is the following:
Can anyone explain, WTF is going here?
Beta Was this translation helpful? Give feedback.
All reactions