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

Build a Material Design App with the Android Design Support Library

Results 12 android-design-library issues
Sort by recently updated
recently updated
newest added

hi. the error shown in TextInputLayout which is in the Design Library is in a default style.you cant align it to right or change the TypeFace of it.

In 1-Base v21/styles there is a line ``` html @android:color/black ``` 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...