InputManagerHelper icon indicating copy to clipboard operation
InputManagerHelper copied to clipboard

解决输入法遮挡控件问题

使用方法:

InputManagerHelper.attachToActivity(this).bind(viewGroup, view).offset(1);

博客地址: Android输入法遮挡问题的解决思路