我在构造方法里引用了属性值TypedArray typedArray = context.getTheme().obtainStyledAttributes(attrs, R.styleable.CustomView, defStyle, 0);
使用控件的布局里也添加了xmlns:custom="http://schemas.android.com/apk/res/完整包名"
自定义属性一般都提示不出来的
要加上这个typedArray.recycle();
是这样的,XML布局中不提示,表示很蛋疼啊
只能自己敲属性