This is a migrated thread and some comments may be shown as answers.

Seleceted date text color is white how can i change it?

3 Answers 16 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
vijay
Top achievements
Rank 1
vijay asked on 12 May 2015, 06:20 AM

I am using Segmented decorator selection mode.Please check inside attachment. I need  to change selected date text color because calendar background is white and text color is also same.

3 Answers, 1 is accepted

Sort by
0
Antony Jekov
Telerik team
answered on 12 May 2015, 11:52 AM
Hello Kumar,

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);
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
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
vijay
Top achievements
Rank 1
answered on 13 May 2015, 05:40 AM
Thanks @ANTONY
0
Antony Jekov
Telerik team
answered on 13 May 2015, 07:53 AM
Hi Kumar,

You are very welcome! Happy coding!

Regards,
Antony Jekov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Calendar
Asked by
vijay
Top achievements
Rank 1
Answers by
Antony Jekov
Telerik team
vijay
Top achievements
Rank 1
Share this question
or