I am working in an Android app. In this I have an issue that my GridView and images are not get fit with all screen sizes .
GridView
Here I have the grid
Try the follwoing GridLayout,
And change your GridLayout item to the following,
To use the support.v7.widget.GridLayout add the dependency,
support.v7.widget.GridLayout
implementation 'com.android.support:cardview-v7:27.0.1'
Haven't tested yet, but it should work.