SimpleRecyclerView icon indicating copy to clipboard operation
SimpleRecyclerView copied to clipboard

How to get View when click cell?

Open frankenten13 opened this issue 6 years ago • 0 comments

I use

ActivityOptionsCompat options = ActivityOptionsCompat.makeClipRevealAnimation(view, 0, 0, 0, 0);

to startActivity, but cell.setOnCellClickListener not have view. How to get view when use default cell. Thanks

frankenten13 avatar Jul 30 '18 08:07 frankenten13