Hi Vineesh

U can use a scroll view , with set the property  of  scroll view height to"
fill parent"

<?xml version="1.0" encoding="utf-8"?>
<ScrollView
android:id="@+id/widget31"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#2F4F4F"
xmlns:android="http://schemas.android.com/apk/res/android";
>
<TableLayout
android:id="@+id/widget107"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:stretchColumns="1"
xmlns:android="http://schemas.android.com/apk/res/android";
>
///// remining table layout values

</TableLayout>
</ScrollView>


thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to