android 水平 垂直 滚动

引用:http://zhidao.baidu.com/question/169052173.html

<HorizontalScrollView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>

<ScrollView
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
<TableLayout
android:id="@+id/tableLayout1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>

</ScrollView>

</HorizontalScrollView>

上一篇:老男孩教育每日一题-第84天-两个文件,把第一个文件中的第2、3行内容添加到第二个文件的第3行后面


下一篇:Windows 上 Assimp(Open Asset Import Library) 源码的编译 及 Samples 的编译运行