0

我想在底部打开我的抽屉,但我找不到任何人可以解决我的问题???

<android.support.v4.widget.DrawerLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_height="match_parent"
    android:layout_width="match_parent"
    xmlns:tools="http://schemas.android.com/tools"
    tools:openDrawer="bottom"
    android:background="#FFFFFF"
    android:id="@+id/drawer_layout">
4

1 回答 1

2

DrawerLayout不能从底部或向上使用它仅适用于您需要使用的底部的垂直边(左、右)BottomSheetDialogFragmentBottomSheetBehavior

于 2018-12-27T11:14:56.447 回答