大马资讯论坛 - 马来西亚中文资讯平台
标题:
[教学]android Scroll on Tablelayout 实现滚动
[打印本页]
作者:
资讯王
时间:
2012-7-8 22:13
标题:
[教学]android Scroll on Tablelayout 实现滚动
[教学]android ScrollView on Tablelayout 实现滚动。
只需加个ScrollView在activity_main.xml即可实现。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<ScrollView
android:id="@+id/scrllvwNo1"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TableLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stretchColumns="0,1"
android:id="@+id/maintable" >
</TableLayout>
</ScrollView>
</RelativeLayout>
复制代码
欢迎光临 大马资讯论坛 - 马来西亚中文资讯平台 (http://freeinfo.com.my/)
Powered by Discuz! X3.3