Skip to content

Commit

Permalink
Merge pull request #609 from nortio/master
Browse files Browse the repository at this point in the history
Use primaryColor for status bar color
  • Loading branch information
Tobi823 authored Jun 2, 2024
2 parents 7189f1c + 0de36dc commit d157aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ffupdater/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<style name="main_activity__theme" parent="@style/Theme.Material3.DayNight.NoActionBar">
<item name="colorSurface">@color/colorPrimary</item>
<item name="android:statusBarColor">@color/colorPrimary</item>
</style>

<style name="crash_report__theme" parent="Theme.AppCompat.DayNight.DarkActionBar">
Expand Down

0 comments on commit d157aef

Please sign in to comment.