Hello Kumar,
Thank you for contacting the Android team!
You can set the selected date text color by using the calendar adapter as follows:
I hope this is what you are looking for. Let me know otherwise.
Thank you for your time and all best!
Regards,
Antony Jekov
Telerik
Thank you for contacting the Android team!
You can set the selected date text color by using the calendar adapter as follows:
calendarView.getAdapter().setSelectedCellTextColor(Color.RED);
calendarView.getAdapter().setTodayCellSelectedTextColor(Color.BLUE);
Thank you for your time and all best!
Regards,
Antony Jekov
Telerik
See What's Next in App Development. Register for TelerikNEXT.