by chinna872 » Sun Jul 24, 2011 4:05 am
<ScrollView android:xmlns="http://--------------"
andorid:layout_height="fill_parent"
android:layout_width="fill_parent">
<TableLayout >
<TableRow>
<ImageButton></ImageButton>
<ImageButton></ImageButton>
</TableRow>
<TableRow>
<ImageButton></ImageButton>
<ImageButton></ImageButton>
</TableRow>
<TableRow>
<ImageButton></ImageButton>
<ImageButton></ImageButton>
</TableRow>
<TableRow>
<ImageButton></ImageButton>
<ImageButton></ImageButton>
</TableRow>
<TableRow>
<ImageButton
android:layout_span="2"></ImageButton>
</TableRow>
<TableLayout>
</ScrollView>