Android ScrollView not working properly

前端 未结 2 1678
遥遥无期
遥遥无期 2020-12-18 07:32

I developed an android application in which the scroll-view is not scrolling.. I am posting the code here pls check and if found any error pls help.. Here I used Linear Layo

2条回答
  •  温柔的废话
    2020-12-18 08:31

    You have used fill parent for your Scrollview height layout Use android:layout_height="wrap_content" for scrollview

    And i am sugesting to use LinearLayout with vertical orientation layout for this kind of use

提交回复
热议问题