You can Achieve this by using GridLayout instead of GridView.
<GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="vertical"
android:rowCount="2">
</GridLayout>