<?xml version="1.0" encoding="utf-8"?>
<GridLayout android:id="@+id/MyLayout"
    android:layout_height="match_parent"
    android:layout_width="match_parent"
    android:columnCount="1"
    xmlns:android="http://schemas.android.com/apk/res/android">

    <TextView android:id="@+id/TextView1">

    </TextView>


</GridLayout>