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

change week color

Open mizblack opened this issue 6 years ago • 3 comments


untitled-3

mizblack avatar Oct 16 '18 14:10 mizblack

You currently cannot customize specific weekdays, only weekdays as a whole.

quentin41500 avatar Oct 30 '18 03:10 quentin41500

.setWeekDayTextAppearance(custom style)

JC-Choo avatar Nov 22 '18 23:11 JC-Choo

You can do it this way!

activity_main.xml app:mcv_weekDayLabels="@array/weekdays_custom"

strings.xml <string name="sunday"><font color="#fb5046">S</font></string> <array name="weekdays_custom"> <item>M</item> <item>T</item> <item>W</item> <item>T</item> <item>F</item> <item>S</item> <item>@string/sunday</item> </array>

seochaeyeoni avatar Feb 22 '21 11:02 seochaeyeoni