RecyclerView issues: EditText loses focus
Finally I've solved it using this:
android:focusableInTouchMode="true"
android:descendantFocusability="beforeDescendants"
in RecyclerView's layout and I add it in the Manifest:
android:windowSoftInputMode="stateHidden|adjustPan"