[android] Proper usage of dark theme

Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
Andrei Shkrob
2025-08-22 19:56:29 +02:00
committed by x7z4w
parent f514606ebe
commit 428ff30af7
208 changed files with 256 additions and 698 deletions

View File

@@ -165,7 +165,7 @@
<style name="MwmWidget.ToolbarTheme.Light" parent="MwmWidget.ToolbarTheme">
<item name="android:gravity">center_vertical</item>
<item name="colorAccent">@android:color/white</item>
<item name="colorSecondary">@color/bg_window_night</item>
<item name="colorSecondary">#FF32363A</item>
</style>
<style name="MwmWidget.ToolbarTheme.Transparent" parent="ThemeOverlay.MaterialComponents.Dark.ActionBar">