Set a LinearLayout to scroll

前端 未结 5 709
时光说笑
时光说笑 2020-12-12 03:12

I have been reading many posts here in stackoverflow about making a linear layout scroll and have applied all the specific advices to make it work but it still does not show

5条回答
  •  眼角桃花
    2020-12-12 03:31

    use this :

    
    
    
    
    
    ...
    ...
    
    
    
    
    

    and set hieght to

    android:layout_height="wrap_content"
    

    as Karakuri said

提交回复
热议问题