RelativeLayout with scrollview not scrolling

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

    Your scroll view doesn't have any problem. But, You can not see your scroll bar because your textview has too short text.

    Update your code like below.

    Scroll bar will be shown up when contents are long than yours automatically.

    Good luck, Josh!

    
    
        
    
    

提交回复
热议问题