mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-24 03:42:15 +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'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
<style name="MainTheme" parent="Theme.Material3.Light.NoActionBar">
|
<style name="MainTheme" parent="Theme.Material3.DayNight.NoActionBar">
|
||||||
<item name="android:colorPrimaryDark">@color/white</item>
|
<item name="android:colorPrimaryDark">?android:attr/colorBackground</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="Theme.Main.Light" parent="Theme.Material3.Light.NoActionBar">
|
<style name="Theme.Main.Light" parent="Theme.Material3.Light.NoActionBar">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user