Fragments displayed over each other

前端 未结 5 1672
北荒
北荒 2020-12-31 01:09

I\'ve got an Activity with a DrawerLayout, using the guidelines from http://developer.android.com/training/implementing-navigation/nav-drawer.html.

When I click on a

5条回答
  •  执笔经年
    2020-12-31 01:39

    Add in the every layout

    android:background="#FFFFFF"
    

    The layouts background in default are transparen, so just put a background color and the new elements fragment, not display over old fragment

提交回复
热议问题