摘要: 第一种方法,直接设置属性值,通过attrs.getAttributeResourceValue拿到这个属性值。(1)在xml文件中设置属性值 (2)在构造函数中拿到这个值public IconTextView(Context context, AttributeSet attrs) { ... 阅读全文
posted @ 2015-08-09 13:49 北斗极星 阅读(5311) 评论(0) 推荐(0) 编辑
摘要: 1. 定义属性 2. 继承View :CustomTextView.javaimport android.content.Context;import android.content.res.TypedArray;import android.graph... 阅读全文
posted @ 2015-08-09 13:42 北斗极星 阅读(971) 评论(0) 推荐(0) 编辑