18 Views
<?xml version="1.0" encoding="utf-8"?>
<GridLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android" >
<Button
android:layout_width="188dp"
android:layout_height="wrap_content"
android:text="hello" />
<Button
android:layout_width="113dp"
android:layout_height="wrap_content"
android:text="hii" />
<Button
android:layout_width="188dp"
android:layout_height="wrap_content"
android:text="hello" />
<Button
android:layout_width="113dp"
android:layout_height="wrap_content"
android:text="hii" />
</GridLayout>
