I cannot find out a way to add an outer margin to the GridView rows. I found the setHorizontalSpacing
and setVerticalSpacing
properties which add inner padding between the GridView rows, however it doesn't apply to the outer borders of the rows.
I'd like to have a result as it's featured on the Google Play store:
Thanks!