SundeepK / CompactCalendarView

An android library which provides a compact calendar view much like the one used in google calenders.
MIT License
1.52k stars 427 forks source link

Multiple TextViews in same cell #77

Open erluxman opened 8 years ago

erluxman commented 8 years ago

Can we assign two dates in different kind of calendars in one cell ? Eg: English Calendar and hindu calendar. this image might explain more :

http://www.ashesh.com.np/images/Nepali-Calendar.png

SundeepK commented 8 years ago

This is an interesting use case but is currently not supported.

erluxman commented 8 years ago

sure bro :)

SundeepK commented 7 years ago

I think we can go for a generic approach. Give the user the ability to set some custome text for each day of the week. Maybe a list of string. We will however, need to think about how to adjust the height/width of each day and probably trim the text so that the first 3 characters are shown.

We could also create a listener which passes an int day and client returns a string. This actually might be nice but could cause performance overhead.

shaiksuhail commented 7 years ago

@SundeepK Is the multi text view supported because i want to add a string below the date that shows the event name