twoway-view icon indicating copy to clipboard operation
twoway-view copied to clipboard

Why are layout managers' many functions private?

Open osrl opened this issue 9 years ago • 2 comments

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.

osrl avatar Mar 04 '15 08:03 osrl

Any idea how to do this? screen shot 2015-03-04 at 12 54 09

osrl avatar Mar 04 '15 10:03 osrl

I did it using viewHolder.itemView.setTranslationY(). But is it the right way?

osrl avatar Mar 04 '15 11:03 osrl