ListView ArrayAdapter, hiding children inside Row?
问题 I feel a bit stupid as i can't find the answer to this question, which makes me think i'm actually asking the wrong question. However, here goes... I have a list view, and a listviewitem defined in xml, with a couple of fields, nothing special. All set to visible. Then I bind to my ListView using a custom ArrayAdapter, and want to hide one of my text views, on row 5. However, it seems to be hiding my TextView on item 0 and item 5. Which is a bit odd? I've simplified the code, to reproduce the