标签: android-studio android-activity navigation-drawer
请查看此屏幕截图:
我想知道这是什么活动,我如何管理触摸视图和向下滑动等功能使视图位于底部?
我正在使用导航抽屉,我想像在Google Play音乐中那样实现它。
有人可以帮助我吗?
答案 0 :(得分:0)
它称为滑动面板底页,您可以找到许多与此相关的文章。还有一个第三方库Sliding Panel Library
但是我建议您不要使用库,请阅读与协调器布局和底层行为集成有关的文章,请通篇阅读BottomSheet tutorial CoordinatorLayout,您可以以此为起点。
CoordinatorLayout
BottomSheetBehaviour
BottomSheet
Material documentation