XML formatting, remove theme statusBarColor

This commit is contained in:
Reinout Meliesie 2024-11-22 22:05:20 +01:00
parent cb07139815
commit 46aebc779e
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
3 changed files with 22 additions and 19 deletions

View file

@ -1,4 +1,6 @@
<resources>
<string name = "app_name" >Zanbur</string>
<string name = "title_activity_main" >Zanbur</string>
</resources>

View file

@ -1,7 +1,8 @@
<resources>
<style
name = "Theme.Zanbur"
parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
parent = "Theme.Material3.DayNight" >
</style>
</resources>