Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add gap attribute #608

Open
gmanolesi opened this issue Aug 14, 2022 · 3 comments
Open

Add gap attribute #608

gmanolesi opened this issue Aug 14, 2022 · 3 comments

Comments

@gmanolesi
Copy link

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

@arnosolo
Copy link

Yes, we need gap attribute

@ShortDevelopment
Copy link

This would be awesome

@github2136
Copy link

github2136 commented Apr 16, 2024

<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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@github2136 @arnosolo @ShortDevelopment @gmanolesi and others