我正在尝试按照谷歌文档使用CoordinatorLayout,但我在CoordinatorLayout中使用ScrollView时遇到了问题。基本上,当向下滚动时,工具栏通常会以RecyclerView或Listview的形式折叠。现在有了ScrollView它就不会崩溃了。<android.support.design.widget.CoordinatorLayout an
这样做的目的是创建一个类似于jetpack组合中的伪代码的布局: <CoordinatorLayout> <AppBarLayout<ConstraintLayout/> (contains some text view) <AppBarLayout>
<NestedScrollViewHorizon