Fill in the value to make the GridLayout rows filled from top to bottom, then its columns left to right.
<GridLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="________">