android:imeOptions="actionNext" in RecyclerView

216 views Asked by At

I have a recyclerView with edittexts. I want to implement android:imeOptions="actionNext" for all editttexts in recyclerView, however it is working only for views which are in the same viewHolder. But I want to do it for all my recyclerView. How can I do that ?

0

There are 0 answers