Quivr / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
257 stars 64 forks source link

On Load scroll to current time, not 12am #109

Open jlurena opened 6 years ago

jlurena commented 6 years ago

When widget is displayed, it should automatically scroll down/display first the current time.

Can we make this a thing?

thellmund commented 5 years ago

Hi @jlurena, I just added this functionality in my fork: https://github.com/thellmund/Android-Week-View/commit/535b92bd98e32f807e68e822a444d00da37e64d4 Maybe it helps 😊