EditText嵌在RecycleView中导致安卓键盘闪退的问
2017-05-11 本文已影响119人
梦半觉
先在RecycleView的属性中加入
android:descendantFocusability="beforeDescendants"
然后再在activity的属性中添加
android:windowSoftInputMode="adjustPan"
先在RecycleView的属性中加入
android:descendantFocusability="beforeDescendants"
然后再在activity的属性中添加
android:windowSoftInputMode="adjustPan"