EditText 被软键盘遮住
Opened this issue · 1 comments
yrom commented
activity已设置属性 android:windowSoftInputMode="stateAlwaysHidden|adjustPan"
https://github.com/yrom/AcFun-Area63/blob/master/app/AndroidManifest.xml#L84-L90
底部EditText在多行情况下点选第一行其余行会被软键盘遮住
除了将adjustPan
换成adjustResize
,还有什么办法?
DonLiangGit commented
另外一个方法是你可以尝试把整个layout往上push