Problem splash screen in MAUI

Nikolay Smirnykh 0 Reputation points
2023-03-16T17:10:00.4333333+00:00

I change the splash screen in MAUI, but the svg file appears in a circle, and the background color is set. Tried jpg the same thing. VS latest release. Tell me what the problem is.

Developer technologies .NET .NET MAUI
{count} votes

1 answer

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,126 Reputation points Microsoft External Staff
    2023-03-17T05:17:53.8866667+00:00

    Hello,

    In Android 12, if your icon is bigger than the required size, it'll be cut off in a circle.

    App icon with an icon background: This should be 240×240 dp, and fit within a circle of 160 dp in diameter. App icon without an icon background: This should be 288×288 dp, and fit within a circle of 192 dp in diameter.

    Therefore, the cause of this issue should be that your icon size is out of range.

    Please refer to the following document to set the splash screen icon size in MAUI.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, 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.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.