如何使用工具:openDrawer =“ bottom”

时间:2018-12-27 10:44:45

标签: android xml drawerlayout drawer mmdrawercontroller

我想在底部打开抽屉,但是我没有人可以解决我的问题?

<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">

1 个答案:

答案 0 :(得分:2)

DrawerLayout不能从底部或上方使用,它只能用于垂直侧面(左,右),而底部需要使用BottomSheetDialogFragmentBottomSheetBehavior