ScrollView doesn't scroll to the bottom

前端 未结 7 1048
独厮守ぢ
独厮守ぢ 2020-12-02 18:22

I have a certain problem in my Activity. The ScrollView doesn\'t scroll down to the bottom.
I have a screenshot for you.

7条回答
  •  [愿得一人]
    2020-12-02 18:36

    This may be problem with your layout design. if you add the margin for the view then it will be visible clearly. so

    In scrollview add

    android:layout_marginBottom="30dp"
    

提交回复
热议问题