You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:tintThe text was updated successfully, but these errors were encountered: