0%
自定义一个简单的TextView
View的onMeasure()
Android命名规范和编码规范
常用配置文件
LayoutParams的addRule方法
自定义ViewGroup
中,需要用LayoutParams
对子View
进行布局
1 | mLeftParams = new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.MATCH_PARENT); |
自定义ViewGroup
中,需要用LayoutParams
对子View
进行布局
1 | mLeftParams = new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.MATCH_PARENT); |