- Home
- Forum
- Xamarin.Android
- letter size
letter size
How change the size of the letter .
Attachment: Screenshot_20170703184937_952eec69.rar
Since I'm testing it on a samsung s5 mini and it does not look good lyrics
Help me please
Attachment: Screenshot_20170703184937_952eec69.rar
SIGN IN To post a reply.
4 Replies
RO
roberto
July 4, 2017 01:04 AM UTC
I'm using the weekly view
SP
Sivakumar Punniya Moorthi
Syncfusion Team
July 4, 2017 02:01 PM UTC
Hi Roberto,
Thanks for using Syncfusion products.
We can able to customize the text size of schedule header, view header and schedule appointment. Please refer the below UG Link for customization details,
Header customization:
View Header customization:
Schedule Appointment customization:
TimeTextCustomization:
Please let us know, if you have any query.
Regards,
Sivakumar P
RO
roberto
July 4, 2017 02:10 PM UTC
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);
SP
Sivakumar Punniya Moorthi
Syncfusion Team
July 5, 2017 01:51 PM UTC
Hi Roberto,
Thanks for the update.
Please find the simple code example for change the font size of schedule appointment by using appointment loaded event in Xamarin.Android platform,
|
[c#]
schedule.AppointmentLoaded+= Schedule_AppointmentLoaded;
void Schedule_AppointmentLoaded(object sender, AppointmentLoadedEventArgs e) { e.AppointmentStyle.TextSize = 30; } |
For more details in schedule appointment customization please refer the below user guide documentation,
Please let us know, if you have any query.
Regards,
Sivakumar P
SIGN IN To post a reply.
- 4 Replies
- 2 Participants
-
RO roberto
- Jul 4, 2017 01:03 AM UTC
- Jul 5, 2017 01:51 PM UTC