Hello @Kim Strasser ,
Welcome to our Microsoft Q&A platform!
Android provoides alternate resources that target a specific device or run-time configuration such as the current language, particular screen size, or pixel density. If Android can match a resource that is more specific for a particular device or configuration than the default resource, then that resource will be used instead.
Try add the following folders to place the icon with different sizes.
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
Here is the related doc, you could refer to it:
https://learn.microsoft.com/en-us/xamarin/android/app-fundamentals/resources-in-android/alternate-resources?tabs=macos
Best Regards,
Jarvan Zhang
If the response is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.