ERROR: In <declare-styleable> BorderLinearLayout, unable to find attribute borderBottomLeftBreakSize
就一段报错 其他也不报错 好好比对了一下代码 原来 <attr name="border" /> 写属性的时候没有制定格式 改成 <attr name="border" format="integer"/> 这样就好了!
ERROR: In <declare-styleable> BorderLinearLayout, unable to find attribute borderBottomLeftBreakSize
就一段报错 其他也不报错 好好比对了一下代码 原来 <attr name="border" /> 写属性的时候没有制定格式 改成 <attr name="border" format="integer"/> 这样就好了!