无私人生

文章
8
资源
0
加入时间
3年1月12天

自定义View(浅析)自定义View

自定义View自定义创建方式创建自定义View类MNView,继承View类,重写构造函数public class MNView extends View { private String text; public MNView(Context context) { this(context, null); } public MNView(Context context, @Nullable AttributeSet attrs) {