码迷,mamicode.com
首页 >  
搜索关键字:measurespec    ( 72个结果
Android中自定义View的MeasureSpec使用
有时,Android系统控件无法满足我们的需求,因此有必要自定义View。具体方法参见官方开发文档:http://developer.android.com/guide/topics/ui/custom-components.html一般来说,自定义控件都会去重写View的onMeasure方法,因...
分类:移动开发   时间:2014-05-23 22:23:57    阅读次数:342
android自定义View (一)MeasureSpec
A MeasureSpec encapsulates the layout requirements passed from parent to child. Each MeasureSpec represents a requirementfor either the width or the h...
分类:移动开发   时间:2014-05-19 12:46:36    阅读次数:395
72条   上一页 1 ... 6 7 8
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!