views:

432

answers:

2

Hi,

is possible to have a separator between elements of a GridView?

Thanks

A: 

Not automatically -- sorry!

CommonsWare
and the question is... how can i display something similar to a table with borders? Table View doesn't shows borders neither...
xger86x
A: 

You'll probably have to play with padding and background colors. Set the background for the table to one color, and the background to each View in the table to another color. Set a 1 or 2 pixel padding around each View in the table, and you should have a border between.

Jeff Barger