material-calendarview icon indicating copy to clipboard operation
material-calendarview copied to clipboard

How to add a sample text along with Date in Date View

Open codeByAvi opened this issue 8 years ago • 5 comments

I couldn't find this feature in this library. I don't know whether this library will be supporting this feature or not.

codeByAvi avatar Sep 29 '16 05:09 codeByAvi

You might be able to add text using decorators https://github.com/prolificinteractive/material-calendarview/blob/master/docs/DECORATORS.md

quentin41500 avatar Oct 06 '16 21:10 quentin41500

I can see how to add same labels/images to selected dates that are passed. How do I add different labels. Let's say Nov 3 - '5 jobs'; Nov 4 - '3 jobs'; Nov 5 - 'no jobs' and so on. Help would be greatly appreciated.

vaidasta avatar Oct 12 '16 21:10 vaidasta

@vaidasta how can you add label to selected date?

lukasdylan avatar Oct 21 '16 09:10 lukasdylan

@vaidasta just add different decorator to different days :P

androchentw avatar Nov 25 '16 02:11 androchentw

@vaidasta just add different decorator to different days :P

any example?

VyacheslavDev avatar May 29 '20 19:05 VyacheslavDev