Android: How to hide a ListView Item

Posted by Tawani on Stack Overflow See other posts from Stack Overflow or by Tawani
Published on 2010-04-14T14:25:47Z Indexed on 2010/04/14 16:53 UTC
Read the original article Hit count: 767

How can you hide an item in a ListView or at least set its height to zero?

I have tried setting the visibility of the View to GONE but it still maintains the item's space (height).

© Stack Overflow or respective owner

Related posts about android

Related posts about listview