Java Question FoldingCell in a custom listview

DonManfred

Expert
Licensed User
Longtime User
I created a lib named FoldingCell.

It is working fine used in an activity by itself.

FoldingCell1.gif



This is the expected result (kind of the same) but using a CLV.

folding_cell_preview.gif



And this is how i get it working in a cvl
FoldingCellCLV.gif


Hard to see but it is folding and unfolding but all happens inside the 100dip of the clv-item...
I need somehow change the clv-item (the panel holding the FoldingCell) height.
Kind of expand the panels height while the FoldingCell is unfolding and back if the folding cell folds.

But honestly; i don´t know where to go for it :-(

Any hints are higly welcome ;-)
 
Top