4

I have created a custom popup menu which is displaying fine on the S4 but the problem is that part of it gets hidden behind the navigation buttons on Nexus 5.

I have tried using the setSystemUiVisibility() but that doesn't help as the buttons reappear as soon as I touch the view.

I have tried looking for an answer but haven't had any luck.

Razzler
  • 41
  • 3

1 Answers1

0

The amount of content in your PopupWindow likely exceeds the screen real estate. Consider using a ScrollView in your PopupWindow's inflated layout.

Paul Lammertsma
  • 37,593
  • 16
  • 136
  • 187
  • Hi Paul, Thanks for your response. The popup shows completely when a cell high above the navigation button is clicked. The only time its obstructed is when the cell is low and the menu gets hidden behind the navigation buttons, it only happens on Nexus 5. I wanted to show the image but I dont have the reputation to upload an image. – Razzler Feb 06 '14 at 06:13