我使用新的BottomNavigationView并在其顶部有一个浮动操作按钮..它工作正常,直到我将项目背景添加到底部导航视图,现在导航视图覆盖了FAB,尽管FAB有更多高程比导航视图..
这是我的xml:
let reference = FIRDatabase.database().reference().child("users/{put id here}")
reference.updateChildValues([
"values": [
"value1",
"value2",
"value3",
]
])
答案 0 :(得分:0)
尝试将底部导航放在FAB下面?此链接可能很有用:https://github.com/aurelhubert/ahbottomnavigation/issues/38
另外,您可能需要检查FAB的标准高程,即" 6dp"休息和" 12dp"对于按下状态。链接https://material.io/guidelines/material-design/elevation-shadows.html#elevation-shadows-elevation-android