-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
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
how to LinearLayoutManager is LinearLayoutManager.HORIZONTAL #15
Comments
Actually, it is not supporting the |
This should be stated in the Readme! |
Any ETA on this? |
@skydoves do I see it correctly that you would have to set different layout params in the |
Hey guys, the new version 1.1.4 has been released, and now you can use |
Is your feature request related to a problem?
I changed LinearLayoutManager.HORIZONTAL but it didn't work
Describe the solution you'd like:
holder.binding.recyclerViewContent.run {
setVeilLayout(R.layout.item_home_feature_shimmer)
setAdapter(featureHorizontalAdapter)
setLayoutManager(LinearLayoutManager(context, LinearLayoutManager.HORIZONTAL, false))
addVeiledItems(2)
}
thanks admin
The text was updated successfully, but these errors were encountered: