BottomSheet 还是 CollapsingToolbar?

BottomSheet or CollapsingToolbar?

简而言之:Is this a collapsing toolbar or a Persistent Bottom Sheet?

起初我认为这是一个折叠工具栏,但在折叠工具栏上向上滚动不是那么流畅,并且在再次展开之前停止。

另外 Google Play Music 正在使用底页来达到相同的效果:When google presented the bottom sheets they used google play music for example。所以我认为在 Gif 中也使用了底页 - 但它们是如何工作的?如何存档此效果,包括视差效果?

您正在寻找的行为是通过 CoordinatorLayout 实现的。可以在此处找到有关如何启用和操作这些行为的深入教程 - https://guides.codepath.com/android/Handling-Scrolls-with-CoordinatorLayout

希望这能让您朝着正确的方向开始:)