1. 前言
这篇给大家带来两个开发中用到的东西,地址如下:
希望大家star一下。
2. 点击空白收起键盘
大家有没有被测试提这种bug,我要点击空白收起键盘!!!其实很简单,代码如下。
private static void setTouchListener(final Activity context){
context.getWindow().getDecorView().setOnTouchListener(new View.OnTouchListener() {
@Override
public boolean onTouch(View v, MotionEven