如何添加浮动 activity 就像 Google 播放音乐中的 "Now Playing Music"

How to add floating activity like the "Now Playing Music" in Google Play Music

请看这张截图:

我想知道这是什么activity,我如何管理触摸视图和向下滑动使视图驻留在底部等功能?

我正在开发一个导航抽屉,我想像 Google Play Music 中的那样实现它。

谁能帮帮我?

它叫做滑动面板底页,你可以找到很多与此相关的文章。还有第三方库Sliding Panel Library

但我建议您不要使用库,请阅读与协调器布局和 bottomsheet 行为集成相关的文章,请仔细阅读此 BottomSheet tutorial CoordinatorLayout,您可以将其用作起点。

BottomSheetBehaviour

BottomSheet

Material documentation