在自定义view的declare-styleable中提示:error: Attribute "radius" has already been defined
原因:
不同的自定义view的自定义的名字也还是不能一样
深入:
在自定义的view中,我们引入xmlns:my="http://schemas.android.com/apk/view包名" ,
在android studio中,我们使用xmlns:my="http://schemas.android.com/apk/res-auto"
调用的时候就直接:materialbtn:materialButton_background="#000000"