我该如何复制这种行为?

时间:2018-08-23 10:14:46

标签: android layout android-bottomappbar

我正在寻找Material Design,并且在官方页面上找到了新的BottomAppBar。 我观看了有关页面行为的视频,希望将其复制到我的应用中。 我已经添加了BottomAppBar,但是我不知道是否可以找到有关该行为的信息(不是Fap行为,即Activity / Fragment开头)。

This是官方页面上的视频。

我不需要代码,只需要一些信息,例如此行为的“名称”或我可以学习使用的网站。

谢谢:)

1 个答案:

答案 0 :(得分:1)

您可以使用BottomAppBarMaterialButton来完成此操作,

查看这篇文章https://www.journaldev.com/21043/android-p-bottomappbar-materialbutton

只需一点点调整和动画即可实现。

也看看这个library

enter image description here

相关问题