roomorama / Caldroid

A better calendar for Android
Other
1.42k stars 532 forks source link

Is there ability to access and customize display of the cell from today? #486

Closed KonradSzewczuk closed 4 years ago

KonradSzewczuk commented 4 years ago

I'm trying to customize the cell in calendar with specific color and make it more bold. The cell must be from current day

Below code is something that is working to set the text color:

caldroidFragment.setTextColorForDate(R.color.orange, new Date());

However, is it possible to make it bold (more than other cells in the calendar)? I guess I can somehow inject some Spannable into the specific TextView, but how can i access the cell in the calendar that is from today?