关闭菜单,右侧内容居于菜单下层
<include layout="@layout/topbar_main" />
<FrameLayout
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<!-- 点击左侧菜单显示相应fragment -->
</FrameLayout>
更换FrameLayout中的fragment,关闭左侧菜单时,菜单在内容布局的上层