thank you very much, Erel!
I've missed the dips, thanks.
I've very missed the state prevalence.
And I'm not using the designer for this because it's a customlistview with 3 panels (or more in the future), each one distinct from another, so each one has different heights. From code, I can calculate the height of each panel after "building it" and use that height to add the panel to the customlistview. Otherwise, from the designer, I can't get the panel height before adding it to the customlisview (right?). I should have that heights hardcoded somewhere and I don't like it. From code, at least, I can define some constants corresponding to items sizes (editboxes, spinner, imageview, etc) and the height is calculated.
If you have a better approach, it's always welcome!
Regards!