Created
June 6, 2015 15:23
-
-
Save abbas-oveissi/cab29537a71b3b31eed7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
android:orientation="vertical" | |
android:layout_width="fill_parent" | |
android:layout_height="fill_parent" | |
> | |
<TableLayout | |
android:layout_width="fill_parent" | |
android:layout_height="fill_parent" | |
android:stretchColumns="*" | |
> | |
<TableRow | |
android:layout_weight="1" | |
android:gravity="center"> | |
<Button android:text="Button" android:layout_width="fill_parent" android:layout_height="fill_parent"/> | |
<Button android:text="Button" android:layout_width="fill_parent" android:layout_height="fill_parent"/> | |
<Button android:text="Button" android:layout_width="fill_parent" android:layout_height="fill_parent"/> | |
</TableRow> | |
<TableRow | |
android:layout_weight="1" | |
android:gravity="center"> | |
<Button android:text="Button" android:layout_width="fill_parent" android:layout_height="fill_parent"/> | |
<Button android:text="Button" android:layout_width="fill_parent" android:layout_height="fill_parent"/> | |
<Button android:text="Button" android:layout_width="fill_parent" android:layout_height="fill_parent"/> | |
</TableRow> | |
<TableRow | |
android:layout_weight="1" | |
android:gravity="center"> | |
<Button android:text="Button" android:layout_width="fill_parent" android:layout_height="fill_parent"/> | |
<Button android:text="Button" android:layout_width="fill_parent" android:layout_height="fill_parent"/> | |
<Button android:text="Button" android:layout_width="fill_parent" android:layout_height="fill_parent"/> | |
</TableRow> | |
<TableRow | |
android:layout_weight="1" | |
android:gravity="center"> | |
<Button android:text="Button" android:layout_width="fill_parent" android:layout_height="fill_parent"/> | |
<Button android:text="Button" android:layout_width="fill_parent" android:layout_height="fill_parent"/> | |
<Button android:text="Button" android:layout_width="fill_parent" android:layout_height="fill_parent"/> | |
</TableRow> | |
</TableLayout> | |
</LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment