ScrollView doesn't scroll to the bottom

前端 未结 7 1045
独厮守ぢ
独厮守ぢ 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:45

    Try NestedScrollView instead.

    I have had this problem several times myself and while simply adding extra padding to the bottom to hide the fact that the scroll view is going 'behind' the bottom bar works, a better solution is to use a NestedScrollView as mentioned in this answer: https://stackoverflow.com/a/36871385/6573127

提交回复
热议问题