MaterialDateTimePicker icon indicating copy to clipboard operation
MaterialDateTimePicker copied to clipboard

How to change drawable of selected date circle?

Open robotsquidward opened this issue 9 years ago • 4 comments

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?

robotsquidward avatar Sep 26 '16 22:09 robotsquidward

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.

wdullaer avatar Sep 28 '16 11:09 wdullaer

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.)?

robotsquidward avatar Sep 28 '16 11:09 robotsquidward

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

wdullaer avatar Oct 02 '16 07:10 wdullaer

How to disable past dates

DAKSHSEMWAL avatar Aug 05 '19 10:08 DAKSHSEMWAL