NestedScrollView wont't scroll to the end when used with CollapsingToolbarLayout

前端 未结 7 2150
青春惊慌失措
青春惊慌失措 2020-12-30 02:59

I want to use NestedScrollView with CollapsingToolbarLayout. In NestedScrollView there is really long content. Unfortunately I can\'t scroll to the end. Some of this long co

相关标签:
7条回答
  • 2020-12-30 03:41

    Answer taken from here. Adding paddingBottom to NestedScrollView resolved this issue for me:

    android:paddingBottom="<toolbar height in collapsed state>"
    
    0 讨论(0)
提交回复
热议问题