PopupWindow随虚拟按键弹起

之前用PopupWindow一直没有注意这个问题
如图所示
弹出的PopupWindow被虚拟按键挡住


PopupWindow随虚拟按键弹起_第1张图片

实现方式也很简单

setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);

实现之后可以随虚拟键盘弹起


PopupWindow随虚拟按键弹起_第2张图片
456456.jpg

记录一下
警示自己

原文地址
http://blog.csdn.net/u013277740/article/details/50427523

你可能感兴趣的:(PopupWindow随虚拟按键弹起)