In android grid view there is extra space between the rows of grid view. I am not adding any space to the gridview.
here is my xml files
I got the solution for this problem.
To solve this i need to add 1 line in my xml file
android:adjustViewBounds="true"
and after adding this. the space is not appearing now