大马资讯论坛 - 马来西亚中文资讯平台

标题: [教学]android Scroll on Tablelayout 实现滚动 [打印本页]

作者: 资讯王    时间: 2012-7-8 22:13
标题: [教学]android Scroll on Tablelayout 实现滚动
[教学]android ScrollView on Tablelayout 实现滚动。
只需加个ScrollView在activity_main.xml即可实现。
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.     xmlns:tools="http://schemas.android.com/tools"
  3.     android:layout_width="match_parent"
  4.     android:layout_height="match_parent" >
  5.    
  6.         <ScrollView
  7.         android:id="@+id/scrllvwNo1"
  8.         android:layout_width="fill_parent"
  9.         android:layout_height="fill_parent">
  10.             <TableLayout
  11.                     android:layout_width="fill_parent"
  12.                     android:layout_height="fill_parent"
  13.                     android:stretchColumns="0,1"
  14.                     android:id="@+id/maintable" >
  15.             </TableLayout>
  16.         </ScrollView>

  17. </RelativeLayout>
复制代码





欢迎光临 大马资讯论坛 - 马来西亚中文资讯平台 (http://www.freeinfo.com.my/) Powered by Discuz! X3.3