从顶部导航抽屉 - Android

Chi*_*bke 1 android android-navigation

我正在尝试在我的应用程序中实现导航抽屉.我知道它也可以在左侧和右侧制作.但它是否有可能以从顶部或底部滑入的方式实现它?

谢谢!

<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>
Run Code Online (Sandbox Code Playgroud)

小智 6

DrawerLayout没有官方参考使用"Bottom"或"Top"Gravity看这里

http://developer.android.com/reference/android/support/v4/widget/DrawerLayout.html#openDrawer%28int%29

但你也可以尝试一下,它可能会让你感到高兴

https://github.com/umano/AndroidSlidingUpPanel