flexbox-layout icon indicating copy to clipboard operation
flexbox-layout copied to clipboard

Add gap attribute

Open gmanolesi opened this issue 3 years ago • 3 comments

Can you please add the "gap" attribute to the Flexbox?

gmanolesi avatar Aug 14 '22 22:08 gmanolesi

Yes, we need gap attribute

arnosolo avatar Dec 23 '22 06:12 arnosolo

This would be awesome

ShortDevelopment avatar Nov 30 '23 16:11 ShortDevelopment

<com.google.android.flexbox.FlexboxLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:dividerDrawable="@drawable/sha_divider_media"
    app:flexWrap="wrap"
    app:showDivider="middle"/>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <size
        android:width="20dp"
        android:height="20dp" />
</shape>

This allows you to put a fixed interval between each term

github2136 avatar Apr 16 '24 03:04 github2136