android-design-library icon indicating copy to clipboard operation
android-design-library copied to clipboard

1-Base hardcodes the status bar color

Open jimgswang opened this issue 9 years ago • 0 comments

In 1-Base v21/styles there is a line

<item name="android:statusBarColor">@android:color/black</item>

https://github.com/googlecodelabs/android-design-library/blob/master/1-Base/src/main/res/values-v21/styles.xml#L20

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.

jimgswang avatar Dec 10 '15 22:12 jimgswang