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
I have a recyclerview with two viewtypes.
binding.recyclerview.loadSkeleton(R.layout.item_header_news) { itemCount(1) } binding.recyclerview.loadSkeleton(R.layout.item_news_articles){ itemCount(5) }
What is the correct way?
Should I give two viewtypes like above?
Doesn't matter what layout file I pass in the parameter, it is taking the R.layout.item_header_news skeleton.
Urgent. Can somebody help me in this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a recyclerview with two viewtypes.
What is the correct way?
Should I give two viewtypes like above?
Doesn't matter what layout file I pass in the parameter, it is taking the R.layout.item_header_news skeleton.
Urgent. Can somebody help me in this?
The text was updated successfully, but these errors were encountered: