0

怎么让EditText在我点击EditText软键盘出来后像Instagram一样显示?就像被推起来一样。不像google+其他应用程序,这些就像消失后出现一样。

我试过"windowSoftInputMode="adjustPan"了,如果EditText没有背景很好。但是如果EditText有背景,软键盘会覆盖editText的一部分。

4

1 回答 1

0

hide keyboard Try this..

this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
于 2013-05-29T13:06:16.243 回答