material-components-android-codelabs icon indicating copy to clipboard operation
material-components-android-codelabs copied to clipboard

Use app:tint instead of android:tint

Open Sicness opened this issue 4 years ago • 0 comments

Describe the bug In the course https://codelabs.developers.google.com/codelabs/mdc-103-java#2 there is the instruction Set the android:tint attribute on the logo <ImageView> in shr_login_fragment.xml to ?android:attr/textColorPrimary.... but Android Studio highlights this code as an error and suggests using app:tint instead of android:tint

Sicness avatar Aug 10 '21 10:08 Sicness