2021.3.29 关于上下滚动

一、今日学习内容

   关于上下滚动

   

复制代码
<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>
复制代码

 

android实现屏幕上下滚动有个ScrollView控件,拖动控件自带LinearLayout, 把需要滑动的页面放在LinearLayout其下即可。

二、遇到的问题

   没有遇到问题

三、明日计划

  明天继续学习相关内容

posted @ 2021-03-29 18:31  小仙女W  阅读(37)  评论(0编辑  收藏  举报