korre / android-tv-epg

Classic TV electronic program guide (EPG) with multidirectional scroll
MIT License
160 stars 75 forks source link

Zoom in/out animation #17

Closed aatalyk closed 5 years ago

aatalyk commented 5 years ago

Hi @korre, thanks for this great library! I would like to implement zoom in/out animation for EPGEvent cause some text cant be visible properly. My approach is to increase hours per pixel but when I increase it and redraw scroller stays behind at the old position. I tried to move it by startScrolling to the time of the event but it is not smooth.

l-k22 commented 5 years ago

Hi I too wanted to add zoom functionality, did you manage to do it, if so could you share your solution please