使用滚动视图控件ScrollView的方法比较简单,只需要在LinearLayout外面增加一个ScrollView标记即可:
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
本文介绍了一种简单的方法来使用ScrollView控件。只需在LinearLayout外部添加一个ScrollView标记即可实现内容的滚动显示。
使用滚动视图控件ScrollView的方法比较简单,只需要在LinearLayout外面增加一个ScrollView标记即可:
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
被折叠的 条评论
为什么被折叠?