1-Base hardcodes the status bar color
jimgswang opened this issue · 0 comments
jimgswang commented
In 1-Base v21/styles there is a line
<item name="android:statusBarColor">@android:color/black</item>
When we try to do the first step here at
https://www.code-labs.io/codelabs/Material-Design-Style/index.html#2
The status bar color on lollipop devices will not be the blue shown in the screenshot but black instead. Commenting out the above line will result in the correct behavior.