//100dp from start
android:orientation="vertical"
app:layout_constraintGuide_begin="100dp"
OR
//100dp from bottom
android:orientation="horizontal"
app:layout_constraintGuide_end="100dp"
OR
//14% from top
android:orientation="horizontal"
app:layout_constraintGuide_percent="0.14"
Comments