Closed Mahmoood closed 5 years ago
When trying to add an attribute in xml file to change the selector color of SingleDateAndTimePicker such as:
SingleDateAndTimePicker
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.
When trying to add an attribute in xml file to change the selector color of
SingleDateAndTimePicker
such as:It didn't work because the type of the attribute was integer instead of color. I changed it to color and worked perfectly.