How can I stretch the cells of the GridView vertically?
I have this GridView: <GridView android:id="@+id/gridEtebarSanji" android:layout_width="match_parent" android:layout_height="480dp" android:background="@color/black" android:gravity="center" android:horizontalSpacing="2dp" android:isScrollContainer="false" android:numColumns="3" android:stretchMode="columnWidth" android:verticalSpacing="2dp" > </GridView> And this layout to be used for the item inside of it: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"