trkpt/app/src/main/res/values/styles.xml
2021-12-15 14:10:33 +01:00

19 lines
683 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Do not use primary colored elevation overlays to present a visual hierarchy - TO COLORFUL -->
<item name="elevationOverlayEnabled">false</item>
<!-- Show transparent status bar -->
<item name="android:windowTranslucentStatus">true</item>
</style>
<!-- Override background color in AlertDialog -->
<style name="AlertDialogTheme" parent="ThemeOverlay.Material3.Dialog.Alert">
<item name="colorSurface">@color/dialog_background</item>
</style>
</resources>