XML formatting, remove theme statusBarColor
This commit is contained in:
parent
cb07139815
commit
46aebc779e
3 changed files with 22 additions and 19 deletions
|
@ -1,4 +1,6 @@
|
|||
<resources>
|
||||
|
||||
<string name = "app_name" >Zanbur</string>
|
||||
<string name = "title_activity_main" >Zanbur</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue