我正在尝试在我的应用程序中实现导航抽屉。我知道它也可以在左侧和右侧进行。但是是否有可能以从顶部或底部滑入的方式实现它?
谢谢!
<android.support.v4.widget.DrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
</android.support.v4.widget.DrawerLayout>