blob: b1102961d198d93e50ec2157a152d773798b3d83 [file] [log] [blame]
<android.support.v7.widget.GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:myns="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:ignore="HardcodedText">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1"
foobar:layout_column="1" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
myns:layout_column="1"
android:text="2" />
</android.support.v7.widget.GridLayout>