mudancas no design
This commit is contained in:
@@ -1,7 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
<!-- Base application theme. -->
|
<!-- Base application theme. -->
|
||||||
<style name="Base.Theme.VdcScore" parent="Theme.Material3.DayNight.NoActionBar">
|
<style name="Base.Theme.VdcScore" parent="Theme.Material3.DayNight.NoActionBar">
|
||||||
<!-- Customize your dark theme here. -->
|
<!-- Customize your dark theme here. -->
|
||||||
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
|
<!-- Force White Status Bar even in Dark Mode -->
|
||||||
|
<item name="android:statusBarColor">@color/white</item>
|
||||||
|
<item name="android:windowLightStatusBar">true</item>
|
||||||
|
|
||||||
|
<!-- Ensure other colors match the white minimalist look if needed -->
|
||||||
|
<item name="colorPrimary">@color/primary_color</item>
|
||||||
|
<item name="colorPrimaryVariant">@color/primary_dark</item>
|
||||||
|
<item name="colorOnPrimary">@color/white</item>
|
||||||
|
<item name="colorSecondary">@color/secondary_color</item>
|
||||||
|
<item name="colorSecondaryVariant">@color/secondary_dark</item>
|
||||||
|
<item name="colorOnSecondary">@color/white</item>
|
||||||
</style>
|
</style>
|
||||||
</resources>
|
</resources>
|
||||||
Reference in New Issue
Block a user