Android 中自定义控件和属性(attr.xml,declare-styleable,TypedArray)的方法和使用 http://www.jb51.cc/article/p-yzowrjxd-dy.html
Android中attrs.xml文件的使用详解 http://www.jb51.cc/article/p-dbjgrucp-qy.html
要想让自定义属性中的enum类型自动提示,比如:
则必须在xml头顶加上这样一句话:xmlns:app=”http://schemas.android.com/apk/res-auto”