henryblue / TvRecyclerView

A custom RecyclerView for Android TV end
Apache License 2.0
7 stars 4 forks source link

Set focus when we click on the back button #38

Open satishkumar-tudip opened 4 years ago

satishkumar-tudip commented 4 years ago

Hi Team

Currently, I am working on the top menu functionality and I have done the UI by using the TvRecyclerView and it's working fine with the normal flow.

Now, I need to implement the back button functionality to set focus on the TvRecyclerView item when we click on the back button

I have to try setFocusable and setFocusableDefault but is not working.

Can you please let me know how I can set focus on TvRecyclerView item on click of the back button from other row.