My app status bar appears lighter than the app bar, even after setting the same color

Viewed 172

Status bar of android app appears lighter than the app bar even after setting the same color.

My app has two themes for day and night (dark) mode. Interestingly the status bar and action bar / app bar looks completely homogeneous (same color) when app is viewed in light theme mode (Not Night Mode). But when viewed in Night Mode (Dark mode) the status bar looks lighter in color.

I have used exactly same color for colorPrimary and colorPrimaryDark in both the themes and other theme setup is also same.(Please look at the image carefully as it is a shade of dark grey, it is difficult to differentiate between the status bar color and app bar color)

What can I do correct this. I want the same color to both status bar and app bar, as it is there in the light mode of the app.

I hope the question is understandable. Thanks!!dark mode status barlight mode status bar

0 Answers
Related