RecyclerView item 使用editText 输入法乱跳

1.RecyclerView layout xml add:

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


2. manifest activity add:

 

 android:windowSoftInputMode="stateHidden|adjustPan"


ok...

猜你喜欢

转载自blog.csdn.net/longforus/article/details/62887293
今日推荐