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
try change length of a each list in the Section items in your example. Something like:
adapter.addSectionItem( SectionItem("Title0", R.color.colorPrimary, arrayListOf("item0")) ) adapter.addSectionItem( SectionItem("Title1", R.color.md_yellow_100, arrayListOf("item0", "item1", "item2", "item3")) ) adapter.addSectionItem( SectionItem("Title2", R.color.md_amber_700, arrayListOf("item0", "item1", "item2")) )
Now a ExpandableLayout start to show empty items.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
try change length of a each list in the Section items in your example. Something like:
Now a ExpandableLayout start to show empty items.
The text was updated successfully, but these errors were encountered: