You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
activity已设置属性
android:windowSoftInputMode="stateAlwaysHidden|adjustPan"https://github.com/yrom/AcFun-Area63/blob/master/app/AndroidManifest.xml#L84-L90
底部EditText在多行情况下点选第一行其余行会被软键盘遮住
如下:

点选最后一行则正常:

除了将
adjustPan换成adjustResize,还有什么办法?