Matthew Leibowitz

Results 1104 comments of Matthew Leibowitz

I'll have a look. This is very weird as we have not really changed anything and there should be a drawable fallback.

OK, I managed to repro it... Not sure the issue yet as the images are there and the image works for Android 6.0. I typically test Android 6, 9, 10,...

I had a look and I see why this is happening: - Android 6 only supported "square" icons - Android 7 added round icons - https://developer.android.com/about/versions/nougat/android-7.1#circular-icons - Android 8 switched...

> resizetizer complained about same assets Yeah, make sure to copy the `appicon` and rename to `appicon_round`. You will just need those variants as all the others are still generated.

This PR has the fixes to generate round icons for Android 7 https://github.com/dotnet/maui/pull/23276