Android ConstraintLayout 小记

* 可以圆形定位view之间的位置,通过View的中心,来定位不同半径和弧度的距离。

  • layout_constraintCircle : references another widget id
  • layout_constraintCircleRadius : the distance to the other widget center
  • layout_constraintCircleAngle : which angle the widget should be at (in degrees, from 0 to 360)

 

Android ConstraintLayout 小记 Android ConstraintLayout 小记
 
 
* 子view的Gone实际没有被remove,还在,只是大小是0 
 
 
 
 
 
 

Android ConstraintLayout 小记

上一篇:UE4 移动物体的几种方法


下一篇:Yii2实现手机二维码扫一扫登入