roomorama / Caldroid

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

How to highlight the day i clicked all the time? #387

Open TianLiJun opened 8 years ago

TianLiJun commented 8 years ago

I want to highlight the day i clicked all the time.but i can't do it. I try to use caldroidFragment.setCalendarDate(date) and caldroidFragment.setSelectedDate(date),but they are no effect。

dexion commented 8 years ago

You should use setBackground.... for your dates 29 марта 2016 г. 16:29 пользователь "TianLiJun" notifications@github.com написал:

I want to highlight the day i clicked all the time.but i can't do it. I try to use caldroidFragment.setCalendarDate(date) and caldroidFragment.setSelectedDate(date),but they are no effect。

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/roomorama/Caldroid/issues/387

TianLiJun commented 8 years ago

Thank you very much.I solve my problem through your help.