80,491
社区成员
发帖
与我相关
我的任务
分享
<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" >
<FrameLayout
android:id="@+id/frame_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<include
android:id="@+id/v_sider"
layout="@layout/activity_sidemenu" />
</android.support.v4.widget.DrawerLayout>