如何在软键盘出现后使EditText像Instagram一样显示?

时间:2013-05-29 12:56:28

标签: android android-edittext instagram

当我点击EditText软键盘出来后,如何使EditText像Instagram一样显示?就像被推高一样。不像google+或其他应用程序,这些就像消失后出现一样。

我尝试了"windowSoftInputMode="adjustPan",如果EditText没有背景,那就很好。但是如果EditText有一些背景,那么软键盘将覆盖editText的某些部分。

1 个答案:

答案 0 :(得分:0)

隐藏键盘 试试这个..

this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);