Closed sunny0092 closed 4 months ago
Actually, it is not supporting the HORIZONTAL
now but I will consider adding the HORIZONTAL.
Thanks for your issue :)
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 VeilLayout:addMaskElements
to allow for horizontal alignment? Is this something you would accept a PR for?
Hey guys, the new version 1.1.4 has been released, and now you can use LinearLayoutManager.HORIZONTAL
.
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