I'm using the weekly view
You can give me an example for xamarin android please
With that ejmplo it leaves error in the Font
appointmentStyle.TextStyle = Font.SystemFontOfSize(15, FontAttributes.Bold);
|
[c#]
schedule.AppointmentLoaded+= Schedule_AppointmentLoaded;
void Schedule_AppointmentLoaded(object sender, AppointmentLoadedEventArgs e) { e.AppointmentStyle.TextSize = 30; } |