UltimateRecyclerView icon indicating copy to clipboard operation
UltimateRecyclerView copied to clipboard

Method to replace mRecyclerView.getChildLayoutPosition(view)

Open salveta opened this issue 8 years ago • 0 comments

I'm using the library UltimateRecyclerView

In Recyclerview I can do this call with RecyclerView:

mRecyclerView.getChildLayoutPosition(view)

But in the library this method it doesn't exist.

How can I do the same using the library??

Some help will be apreciate!

salveta avatar Aug 18 '16 17:08 salveta