Get the height of virtual keyboard in Android

前端 未结 6 1436
有刺的猬
有刺的猬 2020-12-01 14:31

How can I get the height of virtual keyboard in Android? Is it possible?

I try to get it from the main window, but it gives me full height of the application. But I

6条回答
  •  庸人自扰
    2020-12-01 15:07

    You can't get the keyboard height, but you can get the height of your View, which is what you really want - and you'll get this data supplied to the onLayout call into the current view.

提交回复
热议问题