当编辑文本得到焦点时,启动软键盘,移动上面的布局,所以在清单中添加了这个属性:
android:windowSoftInputMode="adjustNothing"
现在我想在软键盘上方添加编辑文本,但我无法获得软键盘高度,屏幕上的位置。如果我有这些值,我将能够动态添加软键盘上方的编辑文本。
我尝试了不同的谷歌搜索代码,但没有得到任何东西。以下是一些链接:
Getting the dimensions of the soft keyboard
Is there any way in android to get the height of virtual keyboard of device