roomorama / Caldroid

A better calendar for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

KonradSzewczuk opened this issue · comments

commented

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?