correct light mode
This commit is contained in:
parent
24986f1885
commit
60831c9fa0
7
app/src/main/res/values-night/colors.xml
Normal file
7
app/src/main/res/values-night/colors.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary_light">#3D2F71</color>
|
||||
<color name="colorPrimary_dark">#141118</color>
|
||||
<color name="colorAccent">#343434</color>
|
||||
<color name="colorBackground">#141118</color>
|
||||
</resources>
|
||||
@ -1,7 +1,10 @@
|
||||
<resources>
|
||||
<!-- Base application theme. -->
|
||||
<style name="Base.Theme.I2D_Project_15_app" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<!-- Customize your dark theme here. -->
|
||||
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
|
||||
<item name="colorPrimary">@color/colorPrimary_light</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimary_dark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
<item name="android:background">@color/colorBackground</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.I2D_Project_15_app" parent="Base.Theme.I2D_Project_15_app" />
|
||||
</resources>
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="colorPrimary_light">#3D2F71</color>
|
||||
<color name="colorPrimary_dark">#141118</color>
|
||||
<color name="colorAccent">#343434</color>
|
||||
<color name="colorBackground">#141118</color>
|
||||
<color name="colorPrimary_light">#7C6AE6</color>
|
||||
<color name="colorPrimary_dark">#1A1147</color>
|
||||
<color name="colorAccent">#676767</color>
|
||||
<color name="colorBackground">#FFFFFF</color>
|
||||
</resources>
|
||||
@ -1,5 +1,4 @@
|
||||
<resources>
|
||||
<!-- Base application theme. -->
|
||||
<style name="Base.Theme.I2D_Project_15_app" parent="Theme.Material3.DayNight.NoActionBar">
|
||||
<item name="colorPrimary">@color/colorPrimary_light</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimary_dark</item>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user