I'm using Caldroid and I have a problem with getting background color of clicked date. My listener looks like that:
listener = new CaldroidListener() {
@Override
public void onSelectDate(Date date, View view) {
//HERE I WANT TO CHECK COLOR
}
};
How can I check background color of clicked date in above listener?