SimpleRecyclerView
SimpleRecyclerView copied to clipboard
How to get View when click cell?
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