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

Customizing calendar tile #219

Open sreelash opened 7 years ago

sreelash commented 7 years ago

I am using compact calendar for showing events, and reminders. I need three different style of indicator on tile along with the circle border.

So, I would like to know whether this can be achieved without modifying the calendar component code. Is there anyway, I can get the required tile and add images icon inside the tile. If this is possible, it will be very easy to cutomize. Looking forward for any favourable reply. Thanks.

SundeepK commented 7 years ago

Have a look at #181.Long story short, you'll have to edit the code to achieve what you want but it's not too difficult. #181 I commented a branch of code which shows how to draw Icons so you can have a look at that as a starting point.