CollapsingToolbarLayout doesn't work well with NestedScrollView

后端 未结 1 1451
星月不相逢
星月不相逢 2020-12-16 07:26

I made an activity where image should collapse with toolbar and only text below would be visible. But When Toolbar being collapsed, there shows up a large gap between Toolba

相关标签:
1条回答
  • 2020-12-16 08:32

    Adding:

    android:layout_gravity="fill_vertical"
    

    to the NestedScrollView worked for me.

    0 讨论(0)
提交回复
热议问题