You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I simply have a EpoxyRecyclerView initialized programmatically in kotlin code and set have set manager as LinearLayoutManager.
then just added models into a Carousel by overriding the layoutmanager with LinearLayoutManager. and then called addTo().
Now, when I run the app, sometimes padding will be more and some times less at both left and right.
I simply have a EpoxyRecyclerView initialized programmatically in kotlin code and set have set manager as LinearLayoutManager.
then just added models into a Carousel by overriding the layoutmanager with LinearLayoutManager. and then called addTo().
Now, when I run the app, sometimes padding will be more and some times less at both left and right.
Check this sample code
The text was updated successfully, but these errors were encountered: