Listview changing size of (reused) views
问题 I am all for reusing views in listview. I always set visibility, contents, witdth etc. of all controls again in getView Unfortunately it seems ListView fails to recalculate height. Picture one shows the initial item showed: Picture two shows how item one is rendered after we scrolled away and back into it The background linearlayout height (the black area) made me think that in picture two, Android is reusing a view that just showed a much heigher item (e.g. the second item). But why does it