我无法在 android (java) 中实现底部抽屉,也找不到任何有关其使用的工作示例/教程。您能编写使用底部抽屉的示例代码吗?
或者,我尝试使用下拉菜单,但我的应用程序只需要一个底部抽屉
<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
ibeautiful
相关分类