更换沉浸栏实现方法, actionBar menu 修改

This commit is contained in:
kehaoyuan
2017-09-27 11:28:07 +08:00
parent 0947cd1e24
commit 5b361afc67
20 changed files with 75 additions and 303 deletions

View File

@ -8,7 +8,7 @@ import android.view.ViewTreeObserver;
import android.widget.FrameLayout;
/**
* 用于解决因为沉浸式状态栏时键盘不遮挡输入框
* 用于解决因为沉浸式状态栏(自定义)时键盘不遮挡输入框
*/
public class SoftInputHidWidgetUtils {
private View mChildOfContent;