1

I created one recyclerview inside that recyclerview each row have a horizontal recyclerview. Now when I try to move through child recyclerview(horizontal recyclerview) I am not able to do. I added the requestfocus and focusable= true.
Still not able to get the focus.

Dave2e
  • 22,192
  • 18
  • 42
  • 50

1 Answers1

0

try putting the following on the recyclerviews

android:descendantFocusability="afterdescendants"
Danlos
  • 25
  • 5