Constraint layout Bonus - Circular posiotioning - Kotlin

PHOTO EMBED

Wed Apr 14 2021 08:51:52 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest.

app:layout_constraintCircle="@id/baseImage" //Constrained base view
app:layout_constraintCircleRadius="90dp"    //Radius of the circle
app:layout_constraintCircleAngle="45"       //Degree of the circle on which we display the view
content_copyCOPY