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>

你可能感兴趣的:(android)