韩梦飞沙 韩亚飞 313134555@qq.com yue31313 han_meng_fei_sha
android onmeasure onlayot ondraw 顺序
======
1,创建类 ,覆盖构造方法,
2,编写 attr.xml,自定义控件的xml的属性
3,在 View的构造方法中 , 获取到这些属性
4,可以再用OnMeasure,OnLayout,OnDraw 来绘制 view。
5,在布局文件中 添加这个自定义的view,同时 添加上对应的命名空间。
====
android onmeasure onlayot ondraw
android onmeasure onlayot ondraw 顺序
======