How to change drawable of selected date circle?
Great library, thanks!
I've been scouring the code trying to find out what id/drawable is used to draw the circle behind the selected date but I can't seem to find it anywhere. Do you know what view/drawable is used for the circle?
Bonus - is there currently any way to update this with a custom drawable?
It's not a drawable. It is rendered in code directly. As such it's not something you can change easily.
The goal of the library is to implement the google references design as good as possible, so I'm probably not going to make this a config option on the library.
Understood, I had a look at the source and found where they're doing it in there and I agree.
Has there been progress on other issues to more closely replicate the Material date/time picker styles (side scrolling, left aligned titles, horizontal view, etc.)?
I don't know. My job and a newborn are keeping from spending much time hacking on this library.
Simple features/bugfixes I still tend to get done, but larger invasive changes, especially around the design (I'm not a graphical designer) tend to take more time than I have right now. There is a pull request pending for ages, that adds some of these features, and I've got some parts of the redesign done in a separate branch. You can check those out if you are in a hurry.
I do appreciate contributions and I'm looking for someone extra to maintain this, so pull requests get reviewed in a more timely fashion
How to disable past dates