2014-02-28 69 views
1

我正在尝试在我的应用中实现导航抽屉。我知道它也可以在左侧和右侧进行。但是有可能以从顶部或底部滑入的方式实现它?顶部导航抽屉 - Android

谢谢!

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

回答