Constraint layout Flow - with other attributes Kotlin
Wed Apr 14 2021 08:19:35 GMT+0000 (UTC)
Saved by
@GoodRequest.
//Orientation of Flow, can be vertical or horizontal
android:orientation="vertical"
//Maximum number of elements in one row or column
app:flow_maxElementsWrap="3"
//Vertical or horizontal gap between referenced views
app:flow_horizontalGap="20dp"
app:flow_verticalGap="20dp"
content_copyCOPY
Comments