korre / android-tv-epg

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

need help #19

Closed ravinakalkani closed 4 years ago

ravinakalkani commented 5 years ago

if i use this library in my phone then timebar interval is too close to each other in vertical mode. How to set padding to time interval. because my event data is obverlapping when time interval is too close.

Plz help me Screenshot 2019-04-15 at 12 08 17 PM

Aravindraj93 commented 4 years ago

You just need to decrease the value of HOURS_IN_VIEWPORT_MILLIS in your code. To reduce the view point to one hour change the HOURS_IN_VIEWPORT_MILLIS = 60 60 1000;