We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you please add the "gap" attribute to the Flexbox?
The text was updated successfully, but these errors were encountered:
Yes, we need gap attribute
Sorry, something went wrong.
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="https://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
No branches or pull requests
Can you please add the "gap" attribute to the Flexbox?
The text was updated successfully, but these errors were encountered: