如何使用“浮动菜单”选项创建底部导航栏?

时间:2019-11-04 05:54:37

标签: android android-recyclerview floating-action-button bottomnavigationview android-bottomappbar

我想创建带有浮动菜单的底部导航栏。谢谢enter image description here

1 个答案:

答案 0 :(得分:1)

您可以尝试使用android库执行以下工作。

https://android-arsenal.com/details/1/7732

dependencies {
    implementation 'com.github.clans:fab:1.6.4'
}