2

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.

Manish
  • 1,215
  • 10
  • 29

1 Answers1

0

Try using showAtLocation for 5.1.

Shilpi
  • 498
  • 1
  • 6
  • 13