Gridview Not Stretching To All Screens
I have a GridView that is showing 2 images on a row. I have an SGS and Galaxy 5 to test the app. Unfortunately, it's not well scaling. I change values attributes in XML to fill the
Solution 1:
Did you tried android:scaleType="fitXY" ?
http://developer.android.com/reference/android/widget/ImageView.ScaleType.html
Post a Comment for "Gridview Not Stretching To All Screens"