AcFun-Area63
AcFun-Area63 copied to clipboard
EditText 被软键盘遮住
activity已设置属性 android:windowSoftInputMode="stateAlwaysHidden|adjustPan"
https://github.com/yrom/AcFun-Area63/blob/master/app/AndroidManifest.xml#L84-L90
底部EditText在多行情况下点选第一行其余行会被软键盘遮住
如下:

点选最后一行则正常:

除了将adjustPan换成adjustResize,还有什么办法?
另外一个方法是你可以尝试把整个layout往上push