Android3.6 introduced custom property causes a bug

First introduced the custom attribute domain name space

Then use custom attributes

We found UILinearLayout use custom attributes no problem, but ImageView use custom properties on the error.

Here is a false positive error AndroidStudio3.6, we can ignore it, or you do not want to see this error message, you can add the following code

Released seven original articles · won praise 1 · views 193

Guess you like

Origin blog.csdn.net/u010632547/article/details/104694495