RelativeLayout with scrollview not scrolling

前端 未结 3 1702
时光说笑
时光说笑 2021-01-18 06:26

I\'m working on fixing a bug in someone\'s code and I can\'t figure out how to get this to scroll correctly. I\'m just trying to get the \"question\" area to scroll vertical

3条回答
  •  花落未央
    2021-01-18 07:23

    If you do not want to set it to a specific height, you can also add

    android:fillViewport="true"
    

    to your ScrollView

提交回复
热议问题