Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing the color of selected dates in android's CalendarView widget

How do i change the color of the selected day in the CalendarView widget provided by android. I don't seem to find any way in the documentation.

I can change the VerticalBars using setSelectedDateVerticalBar attribute but I want to set a background color like the one shown in this pic. enter image description here

I want to set the color and appearance like the one on the left but all I can get is the one on the right. Is the CalendarView library so poorly built?

Any help is greatly appreciated.

like image 971
Vinay Potluri Avatar asked Jul 19 '14 08:07

Vinay Potluri


1 Answers

There is no way to do what you are trying to achieve currently. The Calendar View is very limited in its functionality.

See this: Change CalendarView style

like image 62
Kevin Michael Avatar answered Nov 05 '22 01:11

Kevin Michael