未定稿

一:view的自定义和compose的自定义中测量的对比

自定义的view的测量和compose的自定义Layout有很多相似的地方:

自定义view compose的Layout 作用
measuredWidth = resolveSize(XXXX) measurable.measure(constraints) 约束宽高在一个范围内
setMeasureDimension(measuredWidth, measuredHeight) Layout(placeable.width, placeable.height) 设置最终宽高大小

 

二:待续

上一篇:Kubeadm搭建K8s集群


下一篇:docker-compose.yml mysql