Skip to content

Commit

Permalink
Use primaryColor for status bar color
Browse files Browse the repository at this point in the history
  • Loading branch information
nortio committed May 27, 2024
1 parent 38b9bb1 commit 0de36dc
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 0de36dc

Please sign in to comment.