Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的视图上有一个 EditText 框,只要 EditText 框被聚焦,它就会弹出键盘。键盘推动整个布局,以便 EditText 框可见......正如预期的那样。当我通过按下键盘隐藏按钮隐藏键盘时,我的布局返回到其原始状态。即向下移动。这个动作默认是动画的,但是我想禁用动画。有任何想法吗?
如果您的活动清单中有此内容,只需将其删除
android:windowSoftInputMode="stateVisible|adjustPan"