[Android] Where is the Maui.SplashTheme? #8303
Unanswered
AndreasReitberger
asked this question in
Q&A
Replies: 3 comments 2 replies
-
where does that styles,.xml file live, what folder please? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Do you mean this? https://github.com/dotnet/maui/blob/main/src/Core/src/Platform/Android/Resources/values/styles.xml |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm updating the SplashTheme using the code above but I'm getting the error: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently having a white ActionBar background, while my Splash backgroundcolor is blue.
So I created a "styles.xml" file on my own and did something like this.
In the
MainActivity.cs
file (Platforms/Android)It seems to work, however I'm not sure if this is the accurate approach?
Thanks for your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions