我无法在 android (java) 中实现底部抽屉,也找不到任何关于其用法的工作示例/教程。你能写出使用底部抽屉的示例代码吗?(https://material.io/components/navigation-drawer/#bottom-drawer)
或者,我尝试使用下拉菜单,但我的应用只需要底部抽屉
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/navbottom"
android:layout_width="match_parent"
android:layout_height="64dp"
android:layout_gravity="bottom"
app:menu="@menu/menu_nav"> </com.google.android.material.bottomnavigation.BottomNavigationView>```
这是我的底部导航视图的代码
这就是它的样子1