Android: Clicking an empty space in the ListView blackens existing items

Posted by Rob on Stack Overflow See other posts from Stack Overflow or by Rob
Published on 2010-03-17T15:48:07Z Indexed on 2010/03/17 15:51 UTC
Read the original article Hit count: 144

Filed under:
|

Hello,

My layout contains a ListView (the parent is a LinearLayout). I have defined a certain drawable to be the ListView's background. The screen looks like this:

alt text

When I click/press the white empty space below the last row, I get this:

alt text

Any idea how this happens? Couldn't catch any click event in this activity...

© Stack Overflow or respective owner

Related posts about android

Related posts about listview