Skip to content
Snippets Groups Projects
Verified Commit f49f29a7 authored by Torsten Grote's avatar Torsten Grote
Browse files

Status bar in light theme is now white

parent f90ab62a
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -5,9 +5,9 @@
<item name="colorPrimary">@color/briar_night</item>
<item name="colorPrimaryDark">#1F78D1</item>
<item name="colorSecondary">@color/briar_green</item>
<item name="colorOnPrimary">@color/white</item>
<!-- Customize your theme here. -->
<item name="android:background">@color/black</item>
<item name="android:statusBarColor" tools:targetApi="l">?attr/background</item>
<item name="colorOnPrimary">@color/white</item>
<item name="android:statusBarColor" tools:targetApi="21">?attr/background</item>
</style>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="purple_200">#FFBB86FC</color>
<color name="purple_500">#FF6200EE</color>
<color name="purple_700">#FF3700B3</color>
<color name="teal_200">#FF03DAC5</color>
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
<color name="briar_green">#74B816</color>
<color name="briar_night">#435B77</color>
</resources>
\ No newline at end of file
<color name="briar_blue">#1F78D1</color>
<color name="briar_blue_dark">#1A222D</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
</resources>
......@@ -3,9 +3,10 @@
<style name="Theme.BriarMailbox" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/briar_night</item>
<item name="colorPrimaryDark">#1F78D1</item>
<item name="colorPrimaryDark">@color/briar_blue</item>
<item name="colorSecondary">@color/briar_green</item>
<!-- Customize your theme here. -->
<item name="android:statusBarColor" tools:targetApi="l">@color/black</item>
<item name="android:statusBarColor" tools:targetApi="21">@color/white</item>
<item name="android:windowLightStatusBar" tools:targetApi="23">true</item>
</style>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment