TypeArray ta = context.obtainStyledAttribute(attr,R.styleable.Topbar);
2015-11-25
可能需要重新命名一下,我在 v7包里面发现了相同的 attribute:titleTextColor ,同志们 需谨慎
2015-11-20
在eclipse正确写法 xmlns:costom="http://schemas.android.com/apk/res/com.example.customview.view.Topbar
2015-11-14
xmlns:custom="http://schemas.android.com/apk/res-auto"加了这句话还是会提示Error:(9) No resource identifier found for attribute 'titleTextSize' in package 'com.lirui.diyview'
2015-11-09
eclipse中直接xmlns:my="http://schemas.android.com/apk/res-auto这样,
2015-11-04