關(guān)閉菜單,右側(cè)內(nèi)容居于菜單下層
?<include layout="@layout/topbar_main" />
? ? ? ? ? ? ? ? <FrameLayout
? ? ? ? ? ? ? ? ? ? android:id="@+id/content"
? ? ? ? ? ? ? ? ? ? android:layout_width="match_parent"
? ? ? ? ? ? ? ? ? ? android:layout_height="match_parent" >
? ? ? ? ? ? ? ? ? ? <!-- 點擊左側(cè)菜單顯示相應(yīng)fragment -->
? ? ? ? ? ? ? ? </FrameLayout>
更換FrameLayout中的fragment,關(guān)閉左側(cè)菜單時,菜單在內(nèi)容布局的上層
2015-11-26
已解決,是自己粗心了,內(nèi)容區(qū)域背景透明,導(dǎo)致可以看見隱藏的左側(cè)菜單