badoualy / datepicker-timeline

An infinite scrolling timeline to pick a date
MIT License
464 stars 71 forks source link

Any option to change background color of the dates? #17

Closed MrHadiSatrio closed 6 years ago

MrHadiSatrio commented 6 years ago

Hi! First of all, I want to say thank you for taking the time to develop and maintain this library. Your implementation of the calendar is, without a doubt, unique and pleasant to look at.

I've been developing an app that shall have DayNight theme as one of its features. Using your Datepicker Timeline, this is what I see whenever my app get into the Night (Dark) theme:

screen shot 2018-02-07 at 22 51 30

Please note that the rest of my app has been properly adapted to use dark backgrounds (as can be seen from the window and CardView background in the screencap above).

Looking into the sources, I can tell that it's currently not possible to change the background to another color. Could you please provide a way to do so?

Thanks in advance!

MrHadiSatrio commented 6 years ago

I've made a PR to address this issue. When you got time, please check it out and tell me if something's missing. :)

MrHadiSatrio commented 6 years ago

With the changes introduced within #18, it is now possible to change the background color of the dates. I'm marking this issue as resolved. :)