Part of Fragment items hides under Action bar

前端 未结 2 1468
北海茫月
北海茫月 2021-02-07 19:11

I am learning android dev and my question might be very simple. I am stuck at the below part and requesting your help

Description

I am using the

2条回答
  •  别跟我提以往
    2021-02-07 19:41

    This might come from the default behaviour of the CoordinatorLayout. I also assume that you add your fragments in the frameLayout frameCheck. In your app bar code layout, replace

    
    
    

    with :

    
    

提交回复
热议问题