Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Update dependencies in build.gradle up to the latest versions.
Copy/paste code of suggested stlyles.xml in the course into Android Studio
Get the error Unexpected namespace URI bound to the "android" prefix, was http://schemas.android.com/tools, expected http://schemas.android.com/apk/res/android
Expected behavior
No errors
Codelab details (please complete the following information about the codelab):
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Unexpected namespace URI bound to the "android" prefix, was http://schemas.android.com/tools, expected http://schemas.android.com/apk/res/android
Expected behavior No errors
Codelab details (please complete the following information about the codelab):
Additional context Use
xmlns:tools="http://schemas.android.com/tools"
instead ofxmlns:android="http://schemas.android.com/tools"