Open JangKyungJoo opened 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 .
Yea.....Also please post some code.
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.
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 ?