Remove spacing between certain items of ListView - Android -
i have custom adapter, uses cursor data input. filter entries in order not display them, because think it´s best way in case.
i make them disappear setting layout visibility gone, anyway, spaces between items stay there, means if filter out 10 sequenced items, have gap of 10 * space-height between prior 1 , following behind.
in case, it´s useless set spacing via xml, seem possible read. set spacing zero, not intent.
how remove single spacing or make invisible?
i don't think can that. remove general listview spacing , add margin each row. way, if row view gone, spacing well.
Comments
Post a Comment