Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
3a29d91f93
@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<style name="Base.Theme.UiTemplate" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
|
||||||
<!-- Customize your light theme here. -->
|
|
||||||
<item name="colorPrimary">@color/AccentBlue</item>
|
|
||||||
<item name="colorPrimaryDark">@color/black</item>
|
|
||||||
<item name="android:windowLightStatusBar">false</item>
|
|
||||||
<item name="android:navigationBarColor">@color/white</item>
|
|
||||||
<item name="android:colorBackground">@color/black</item>
|
|
||||||
</style>
|
|
||||||
</resources>
|
|
@ -1,8 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<color name="purple_200">#FFBB86FC</color>
|
|
||||||
<color name="purple_500">#2B56F6</color>
|
|
||||||
<color name="purple_700">#2B56F6</color>
|
|
||||||
<color name="black">#FF000000</color>
|
<color name="black">#FF000000</color>
|
||||||
<color name="white">#FFFFFFFF</color>
|
<color name="white">#FFFFFFFF</color>
|
||||||
<color name="AccentBlue">#2B56F6</color>
|
<color name="AccentBlue">#2B56F6</color>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<item name="android:windowLightStatusBar">true</item>
|
<item name="android:windowLightStatusBar">true</item>
|
||||||
<item name="android:navigationBarColor">@color/white</item>
|
<item name="android:navigationBarColor">@color/white</item>
|
||||||
<item name="android:colorBackground">@color/white</item>
|
<item name="android:colorBackground">@color/white</item>
|
||||||
<item name="colorOnPrimary">@color/white</item>
|
<item name="colorPrimaryDark">@color/white</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="Theme.UiTemplate" parent="Base.Theme.UiTemplate" />
|
<style name="Theme.UiTemplate" parent="Base.Theme.UiTemplate" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user