See attached screenshot where I am attempting to reduce the space between the columns in my GridView.
My main.xml is as follows:
Hi i had the same problem i solved by mygridView.setStretchMode(GridView.NO_STRETCH);
mygridView.setStretchMode(GridView.NO_STRETCH);