RelativeLayout with scrollview not scrolling

前端 未结 3 1697
时光说笑
时光说笑 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:29

    That is because you set the height of the ScrollView to wrap_content. Try giving it a fixed height or using a LinearLayout with weight so it fills the space left over from the other views.

提交回复
热议问题