Skip to content

Commit 16ac08f

Browse files
change status bar color to grey in dark mode (commons-app#6120)
Co-authored-by: Nicolas Raoul <[email protected]>
1 parent 70291a0 commit 16ac08f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<item name="reviewHeading">@color/white</item>
2121
<item name="aboutIconsColor">@color/white</item>
2222
<item name="caption_description_text_color">@color/white</item>
23+
<item name="android:statusBarColor">@color/main_background_dark</item>
2324

2425
<item name="semitransparentText">@color/commons_app_blue_dark</item>
2526
<item name="subBackground">@color/sub_background_dark</item>

0 commit comments

Comments
 (0)