标签:
引入属性的两种命名空间方式:
xmlns:yournamespace="http://schemas.android.com/apk/res/包名" 或者 xmlns:yournamespace="http://schemas.android.com/apk/res-auto"
因为命名空间引入错误,不会报错,但是自定义属性是不会起效的。
在程序中使用自定义控件的自定义属性注意事项
原文地址:http://www.cnblogs.com/hpustudent/p/4552642.html