Android Question Keyboard Height WITHOUT open

jotaele

Member
Licensed User
Longtime User
I am using IME library.

I know that you can capture the event with HeightChanged (NewHeight As Int, OldHeight As Int), and then know the height of the keyboard but:

Is posible to know the height of the keyboard WITHOUT open?

I need it for put a panel in the place of the keyboard, with the same height.

Thanks
 
Top