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>
Working @SP Sumit +1 Upvot For you – 2014-02-28 13:38:03
很棒的答案! +1 –