laobie / StatusBarUtil

A util for setting status bar style on Android App.
http://t.cn/Rq746Kb
Apache License 2.0
8.82k stars 1.72k forks source link

在清单文件里设置 android:windowSoftInputMode="adjustResize|stateHidden"软键盘不会顶起布局导致输入框被遮挡 #301

Open xuzhu19930323 opened 10 months ago

xuzhu19930323 commented 10 months ago

代码里设置这两行就不行了,能有办法不影响android:windowSoftInputMode="adjustResize|stateHidden"属性吗? 使用代码如下: StatusBarUtil.setTranslucentForImageViewInFragment(activity, 0, null); StatusBarUtil.setLightMode(activity);