Annoying line to the right of the screen when using TableLayout

Posted by kaciula on Stack Overflow See other posts from Stack Overflow or by kaciula
Published on 2010-05-16T19:31:54Z Indexed on 2010/05/16 19:50 UTC
Read the original article Hit count: 254

Filed under:
|

I'm using a TableLayout for an Activity and if I have more than a certain number of TableRows a vertical line appears to the right of the screen.

alt text

If I use fewer Views in my layout, the line disappears. If this is not a bug, where should I look in my layout for problems?

© Stack Overflow or respective owner

Related posts about android

Related posts about tablelayout