question

crazywang avatar image
crazywang asked

the keyboard is covered by the systme toolbar in the landscape mode

I create a Activity, it just have a button, click the button to show a PopupWindow, the PopupWindow has a Edittext, when i click it to input something, the keyboard display incorrectly, the character "p" is covered by the system toolbar, but it work good in the portrait mode. When i replace the PopupWindow to Dailog, thera's not this question.
fire tablet
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Bipin@Amazon avatar image
Bipin@Amazon answered
Hi, When you are about to show the popup window, you can set the window property as Full Screen. this.getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.