- 浏览: 4181 次
- 性别:
- 来自: 苏州
-
最新评论
-
40862652:
[/b][b][i][/i][u][/u]引用[*][url] ...
ScrollView中添加ListView
文章列表
1.要点一:去除ListView的scrollBar,添加ScrollView的scrollBar:
<ScrollView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:scrollbars="vertical">
<Linear ...