mCalendarView icon indicating copy to clipboard operation
mCalendarView copied to clipboard

Access to DateCellView is possible?

Open JangKyungJoo opened this issue 7 years ago • 3 comments

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 ?

JangKyungJoo avatar Feb 27 '17 12:02 JangKyungJoo

Thank you for your question.

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

mBigFlower avatar Feb 28 '17 01:02 mBigFlower

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

SpongeBobSun avatar Feb 28 '17 02:02 SpongeBobSun

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

JangKyungJoo avatar Mar 15 '17 18:03 JangKyungJoo