2026-03-08 16:14:19 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<resources>
|
2026-03-08 17:54:06 +01:00
|
|
|
<style name="Theme.Tilfluktsrom" parent="Theme.Material3.Dark.NoActionBar">
|
2026-03-08 16:14:19 +01:00
|
|
|
<item name="colorPrimary">@color/shelter_primary</item>
|
|
|
|
|
<item name="colorPrimaryDark">@color/shelter_primary_dark</item>
|
|
|
|
|
<item name="colorAccent">@color/shelter_accent</item>
|
|
|
|
|
<item name="android:windowBackground">@color/background</item>
|
|
|
|
|
<item name="android:statusBarColor">@color/status_bar_bg</item>
|
|
|
|
|
<item name="android:navigationBarColor">@color/background</item>
|
|
|
|
|
</style>
|
|
|
|
|
</resources>
|