I'm trying to change Navigation Bar and Status Bar background color in my .Net MAUI Android App.
I found how to do that when the app has initialized an loaded (Status Bar: Using MauiCommunityToolkit StatusBarBehavior StatusBarColor feature. Navigation Bar: Using Window.SetNavigationBarColor).
But I have not found how to do that when the app starts and shows the Splash Screen. I need black background color for both, Status and Navigation bar but when the App starts, NavBar is white and Status Bar is Purple (default .Net MAUI color). I attached an image of how it looks when starts.
I tried changing the Primary Color in the Resources/colors.xml, and it didn't work.
My App is a MAUI Single project template (Android and iOS).
Thanks in advance for taking a look at this issue.
UPDATE: I was able to change just Status Bar, changing defautl colorPrimaryDark value in Platforms/Android/Resources/colors.xml


