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

MDC-103 kotlin styles.xml: xml namespace name 'android' instead of 'tools'

Open tsichevski opened this issue 6 years ago • 0 comments

Listings for styles.xml on the web page:

<resources xmlns:android="http://schemas.android.com/tools">

must read

<resources xmlns:tools="http://schemas.android.com/tools">

tsichevski avatar Jun 05 '19 21:06 tsichevski