Constraint layout Guidline Kotlin

PHOTO EMBED

Tue Mar 23 2021 08:57:55 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest.

//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"
content_copyCOPY