我正在尝试在我的应用中实现导航抽屉。我知道它也可以在左侧和右侧制作。但是有可能以一种从顶部或底部滑入的方式实现它吗?
谢谢!
<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>
答案 0 :(得分:6)
DrawerLayout没有官方参考使用“Bottom”或“Top”Gravity 看看这里
但是你也可以尝试一下,它可能会让你感到高兴