Window animation overlaps navigation bar on Android 5.0

前端 未结 2 1621
春和景丽
春和景丽 2021-02-02 15:58

I\'m implementing the Material Design bottom sheet design pattern in my app using a custom subclass of Dialog. The dialog is gravitated to the bottom of the screen

2条回答
  •  长发绾君心
    2021-02-02 16:21

    Just use false for activity where you show your dialog. In this case your dialog will be under navigation bar during animation.

提交回复
热议问题