SpongeBobSun / mCalendarView

Customizable & Shrinkable Calendar Widget for Android
Apache License 2.0
243 stars 73 forks source link

Access to DateCellView is possible? #37

Open JangKyungJoo opened 7 years ago

JangKyungJoo commented 7 years ago

Hello. I use ExpCalendar and my custom datecellview. My datecellview contain date text and some images and I want to display some image in my datecellview when user click date. How can I access specific date(clicked by user) and display something ?

mBigFlower commented 7 years ago

Thank you for your question.

Where do the images display ? Maybe you can show us a picture you described by your hand .

SpongeBobSun commented 7 years ago

Yea.....Also please post some code.

JangKyungJoo commented 7 years ago

I'm sorry, it's too late I solve my problem simply by using dateClickListener, so I will close this issue But after using my custom dateCell, date Mark(to present today) is not working and date text is always gray color. I created layout_date_cell.xml like in main page and added 'calendarView.setDateCell(R.layout.layout_date_cell);' in my MainActivity. What should I do? Can you show me more detail example?

My custom date cell is like this. image