Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

1-Base hardcodes the status bar color #6

Open
jimgswang opened this issue Dec 10, 2015 · 0 comments
Open

1-Base hardcodes the status bar color #6

jimgswang opened this issue Dec 10, 2015 · 0 comments

Comments

@jimgswang
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant