I am showing the popupWindow in my app showing it using
popupWinow.showAsDropDown(anchor)
It works fine on pre lollipop devices but on android 5 and 5.1 it covers the navigation bar. Tried using setAttachedInDecor
but no improvement.
I am showing the popupWindow in my app showing it using
popupWinow.showAsDropDown(anchor)
It works fine on pre lollipop devices but on android 5 and 5.1 it covers the navigation bar. Tried using setAttachedInDecor
but no improvement.