提高性能的控件ConstaintLayout

app:layout_constraintLeft_toRightOf="@id/viewB"
当前控件的左侧 在谁(viewB)的右侧

// app:layout_constraintDimensionRatio定义比例

//属性有 spread   packed   spread_inside;  layout_width非0
 android:layout_width="wrap_content"
 app:layout_constraintHorizontal_chainStyle="packed"

//用来设定权重
app:layout_constraintHorizontal_weight="1"
提高性能的控件ConstaintLayout_第1张图片
constraint_pic.png



    

    

    

    


    

你可能感兴趣的:(提高性能的控件ConstaintLayout)