flexbox-layout
                                
                                 flexbox-layout copied to clipboard
                                
                                    flexbox-layout copied to clipboard
                            
                            
                            
                        Add gap attribute
Can you please add the "gap" attribute to the Flexbox?
Yes, we need gap attribute
This would be awesome
<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