Get android keyboard height WITHOUT VIEW view?
I have searched and searched and there I cannot find a suitable and working answer on how to get the default keyboard height on Android if you don't resize the view.
My activity should have this: android: windowSoftInputMode = "adjustNothing"
So how do you know the height of the keyboard when it is displayed?
+3
source to share