Ramotion / folding-cell-android

:octocat: 📃 FoldingCell is a material design expanding content cell inspired by folding paper material made by @Ramotion

Home Page:https://www.ramotion.com/agency/app-development/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

folding cell not working with recyclerview

abhijeetdhanawade90 opened this issue · comments

I am using folding cell with recyclerview and when i click on any cell then this cell is not unfold.

did you get any answer?

@abhijeetdhanawade90 I'm using with recyclerview and its folding. Whats your problem?

Hello. You need to make a setup described in example apps and in Readme, which you can find in this repository. Also check if you set OnClickListener to your list item view and it is getting called properly. Logic of folding/unfolding should be placed in onClick() callback method.