roomorama / Caldroid

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

Unable to find a way to hide the current day selection (red border) #432

Open duffek opened 7 years ago

duffek commented 7 years ago

Need a way to hide the current day's selection or set it's color to match the background. Please see the image below: screen shot 2016-10-25 at 3 27 47 pm

The red Rectangle around Oct 25 needs to disappear. I'm surprised this is not an option to select?

Thanks,

David

zhaozhenqiang commented 7 years ago

you just remove the code in the class of CaldroidGridAdapter ; /* 注释掉当天的样式框 if (dateTime.equals(getToday())) { cellView.addCustomState(CellView.STATE_TODAY); }*/