egeniq / android-tv-program-guide

Android TV Program Guide
Apache License 2.0
164 stars 66 forks source link

Channel Image Focusable #56

Closed JpouHG closed 3 months ago

JpouHG commented 1 year ago

Hello,

I wanted to ask if it is possible to make the channel image focusable. What i want is to make channel detail more accesible, so when i go all way left, access the channel by clicking the image.

Thanks, Joaquín.

jleahy2 commented 9 months ago

I would like to know how this is done too.

dzolnai commented 3 months ago

First of all, thanks for your patience! I have added this feature to the library, which is turned off by default for backwards compatibility (although it is enabled in the demo for showcase purposes). You can enable this by overriding CAN_FOCUS_CHANNEL to true in your implementation of ProgramGuideFragment. I am closing this issue since it is resolved now, but feel free to reopen if you have concerns or problems with this new feature.