0

好吧,我是新的android,必须设计这个页面

http://cubixshade.com/images/list.jpg

我应该用什么?tablelayout 会是最好的吗?相对布局?哪个控制器可以与它一起使用?

以及滚动条在 android 中是如何工作的?

4

1 回答 1

1

使顶层布局成为 ScrollView。

 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent">

 </ScrollView>
于 2012-09-26T09:55:55.303 回答