您的位置:首页 > 其它

RecyclerView item 使用editText 输入法乱跳

2017-03-17 14:15 1106 查看
1.RecyclerView layout xml add:

android:descendantFocusability="beforeDescendants"
android:fastScrollEnabled="false"

2. manifest activity add:

  android:windowSoftInputMode="stateHidden|adjustPan"

ok...
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐