Can't remove space on top of nav_host_fragment

前端 未结 3 1297
遇见更好的自我
遇见更好的自我 2021-02-18 23:13

I just implemented a bottom navigation (AS\'s default - File -> New -> Activity -> Bottom Navigation Activity) Everything is fine except for a space on the top of the nav_

3条回答
  •  执笔经年
    2021-02-18 23:53

    Answer from @Mike

    That looks like the android:paddingTop="?attr/actionBarSize" on the

     
    
        
    
        
    
    
    

提交回复
热议问题