[android] Remove call to fullscreen theme

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-10-24 18:02:07 +02:00
committed by x7z4w
parent 495d3e91fd
commit 73accecfd4
3 changed files with 16 additions and 9 deletions

View File

@@ -210,6 +210,11 @@
<item name="android:navigationBarColor">@android:color/transparent</item>
</style>
<style name="MwmTheme.FullScreenDialog">
<item name="android:windowIsFloating">false</item>
<item name="android:windowBackground">@android:color/white</item>
</style>
<style name="MwmMain.MaterialTimePicker" parent="ThemeOverlay.MaterialComponents.TimePicker">
<item name="colorAccent">@color/base_accent</item>
<item name="colorSecondary">@color/base_accent</item>