Open pruthvirajha opened 8 years ago
This is what happens in the case of variable item height.
This particular case has been tested. I will look into it more and probably provide a better sample that includes this use case.
Hi everyone, i solved this issue by using a constraint layout instead as the base layout of the swipable cell. This type of layout seems to better handle size's variation. Hope it can help waiting for a true fix ! Cheers
A constraint layout instead of the relative layout (the root container) or on the level of RowBG or RowFG?
Each item in the recyclerview has its own height. Background-layout's height is auto calculated based on foreground layout.'s height But it is not getting recalculated properly