blob: cd2ce8b42998371f2b1635b00fbbaa043c455aa7 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<TableLayout android:id="@+id/Table"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stretchColumns="0,1,2,3,4"
xmlns:android="http://schemas.android.com/apk/res/android">
<TableRow>
<Button android:id="@+id/ButtonRed" android:text=""/>
</TableRow>
</TableLayout>