Content going behind Navigation Bar

前端 未结 3 1366
执笔经年
执笔经年 2020-12-18 23:38

I am facing a problem with android 5.0 and above. Whenever I align any view to parent bottom, Content is getting hidden behind the soft navigation button.

A

3条回答
  •  死守一世寂寞
    2020-12-19 00:41

    android:fitsSystemWindows="true"
    

    This worked for me. The view no longer overlaps with soft navigation.

提交回复
热议问题