Skip to content

Commit

Permalink
fixed action bar color in dark mode but still dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenMachi committed Jun 16, 2022
1 parent dc7d091 commit 95fb1f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/values-night/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
<!-- Text Color -->
<item name="android:textColor">@color/white</item>
<!-- Status bar color. -->
<item name="actionBarStyle">@style/myDarkTheme</item>
<item name="android:statusBarColor" >@color/night_color_background</item>
<item name="background">@color/night_color_background</item>
</style>
<!-- Dark Action Bar Theme. -->
<style name="myDarkTheme" parent="@style/Widget.MaterialComponents.ActionBar.Primary">
<item name="background">@color/white</item>
</style>
</resources>

0 comments on commit 95fb1f6

Please sign in to comment.