Android: how can i tell if the soft keyboard is showing or not?

前端 未结 5 1831
旧巷少年郎
旧巷少年郎 2020-11-29 08:12

Heres the dilemma: I am showing a screen with 3 input fields and 2 buttons inside of a tab(there are 3 tabs total, and they are on the bottom of the screen). the 2 buttons

5条回答
  •  一整个雨季
    2020-11-29 09:11

    In my last application I had some issues in displaying the soft keyboard, then I have used the following code in my Manifest file:

提交回复
热议问题