局部布局中高度不等的兄弟控件在水平方向按最大控件高度居中布局

其核心代碼在于
app:layout_constraintTop_toTopOf="@id/bt_play"
app:layout_constraintBottom_toBottomOf="@id/bt_play"
寬度不等在垂直方向亦類似。
局部布局中高度不等的兄弟控件在水平方向按最大控件高度居中布局
其核心代碼在于
app:layout_constraintTop_toTopOf="@id/bt_play"
app:layout_constraintBottom_toBottomOf="@id/bt_play"
寬度不等在垂直方向亦類似。