blazsolar / WeekDatePicker

Lightweight week date picker implmentation for Android.
MIT License
64 stars 17 forks source link

show month label bellow date number #14

Open danieltigse opened 7 years ago

danieltigse commented 7 years ago

Can you give me a way to implement this? I am trying to search what line do I need to edit to add the month but I can't find the way. Please help me.

blazsolar commented 7 years ago

This is the line where day number is drawn. So here you would have to draw text below labelLayout. You could do that by getting height of it and than draw accordingly.

danieltigse commented 7 years ago

I did it! thanks!