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.
Asked
Active
Viewed 517 times
1

Dave2e
- 22,192
- 18
- 42
- 50

yadunath.narayanan
- 285
- 2
- 15
1 Answers
0
try putting the following on the recyclerviews
android:descendantFocusability="afterdescendants"

Danlos
- 25
- 5