mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +00:00
Fix: Splash Screen Color (Closes #57)
This commit is contained in:
parent
3674c395a1
commit
8391cb3ca9
@ -1,8 +1,8 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<style name="MainTheme" parent="Theme.Material3.Light.NoActionBar">
|
||||
<item name="android:colorPrimaryDark">@color/white</item>
|
||||
<style name="MainTheme" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<item name="android:colorPrimaryDark">?android:attr/colorBackground</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Main.Light" parent="Theme.Material3.Light.NoActionBar">
|
||||
|
Loading…
x
Reference in New Issue
Block a user