Set a LinearLayout to scroll

前端 未结 5 705
时光说笑
时光说笑 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:16

    I hope this code may be help you.

        android:layout_width="match_parent"
        android:layout_height="match_parent">
    

提交回复
热议问题