twoway-view
twoway-view copied to clipboard
Why are layout managers' many functions private?
I want to extend your layout and change some functionality, but many of the functions are private. I want to override moveLayoutToPosition
and maybe some other functions. What i'm trying to do is move down items which has even index.
Any idea how to do this?
I did it using viewHolder.itemView.setTranslationY()
. But is it the right way?