您的位置:首页 > 移动开发 > Android开发

android 水平 垂直 滚动

2012-05-31 13:07 344 查看
引用: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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: