Toolbar will not collapse with Scrollview as child of CoordinatorLayout

后端 未结 5 1315
南笙
南笙 2020-12-23 18:52

I am trying to follow the Google Docs on using the CoordinatorLayout but i am having an issue with the ScrollView inside the CoordinatorLayout. Basically, the Toolbar normal

5条回答
  •  甜味超标
    2020-12-23 19:45

    The ScrollView does not cooperate with the CoordinatorLayout. You have to use NestedScrollView instead of ScrollView

提交回复
热议问题