Android GridView with Separator

android, gridview

Solution

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.

Problem

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

Original source