好吧,我是新的android,必须设计这个页面
http://cubixshade.com/images/list.jpg
我应该用什么? tablelayout最适合它吗?相对布局?哪个控制器可以和它一起使用?以及滚动条在android中的工作原理?
答案 0 :(得分:1)
将顶级布局设为ScrollView。
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
</ScrollView>