日报19

要实现屏幕上下滚动

<ScrollView
android:id="@+id/scrollView2"
android:layout_width="fill_parent"
android:layout_height="wrap_content">

<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical">


</LinearLayout>
</ScrollView>
要注意的是:底部控件高度不要设置具体值,设置具体高度滑动无效果。让它wrap_content自适应即可。

posted @ 2023-03-11 21:54  权衡  阅读(12)  评论(0)    收藏  举报