Android navigation bar overlay

巧了我就是萌 提交于 2019-12-06 03:50:12

问题


For my application I have to draw a bitmap on top of the Navigation bar on the bottom of the android screen. I am curious to know if the WindowManager.LayoutParams.TYPE_SYSTEM_OVERLAY can be used to overlay the navigation bar?


回答1:


Use the WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS should work :)



来源:https://stackoverflow.com/questions/21382283/android-navigation-bar-overlay

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!