((InputMethodManager) getSystemService(INPUT_METHOD_SERVICE)) .hideSoftInputFromWindow(LoginActivity.this .getCu... Read More
posted @ 2014-06-18 14:59 kobe8 Views(252) Comments(0) Diggs(0) Edit
解决安卓中页脚被输入法顶起的问题 在实际开发中,我们对页脚有两种要求:让其固定在底部或者被输入法托起。下面来看看这两种问题的解决办法 问题截图: 1.让页脚固定在底部(无论是否出现输入法) 解决办法:设置软键盘的输入模式:用窗体管理器设置布局参数为自动调整 方法一:java代码中实现:... Read More
posted @ 2014-06-18 14:23 kobe8 Views(508) Comments(0) Diggs(0) Edit