florent37 / SingleDateAndTimePicker

You can now select a date and a time with only one widget !
Apache License 2.0
1.02k stars 334 forks source link

Change the format of picker_selectorColor from integer to color #213

Closed Mahmoood closed 5 years ago

Mahmoood commented 5 years ago

When trying to add an attribute in xml file to change the selector color of SingleDateAndTimePicker such as:

        app:picker_selectorColor="#FF8B8B"

It didn't work because the type of the attribute was integer instead of color. I changed it to color and worked perfectly.