Hoang Phuong
Hoang Phuong

Reputation: 1

Android: The line of ListView behidden

I've create the listview with some information in it. It's run so good in the 320x480 version. But when I run it in the 240x320, sometime the line between 2 column be hidden (when I slide the screen, sometime it show but sometime it hidden). I don't know what's the trouble I met.

All ideas are welcome.

Upvotes: 0

Views: 234

Answers (1)

Ganapathy C
Ganapathy C

Reputation: 5999

This is mobile specific resolution fault.

To avoid that just give list divider height to 2 dip then at least one pixel wont disappear.

Upvotes: 2

Related Questions