* 可以圆形定位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 
 
 
 
 
 
 

相关文章: