Hello,
Referring to this official documentation Add a splash screen to a .NET MAUI app project, you could find the following content:
On Android, the splash screen is added to your app package as
Resourcs/values/maui_colors.xml
andResources/drawable/maui_splash_image.xml
.
.NET MAUI apps use the Maui.SplashTheme by default, which ensures that a splash screen will be displayed if present. Therefore, you should not specify a different theme in your manifest file or in your MainActivity class.
Therefore, it is not recommended to replace the Maui.SplashTheme.
If you want to theme your MAUI app, please refer to Theme an app.
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.