更改应用程序Xamarin Forms的默认字体

时间:2020-06-28 14:03:44

标签: c# xamarin xamarin.forms fonts

我需要更改应用程序的默认字体,以更改Tabs和NavigationBar的字体。 对不起,我的英语不好。 enter image description here

1 个答案:

答案 0 :(得分:2)

要在NavigationBar中更改标题字体,请阅读此doc,在每个contentPage中自定义2020-06-29T05:31:58.153Z[UTC] ==> 1593408718 epoch seconds

LocalDateTime

要更改标签栏标题字体,您需要一个自定义渲染器:

public static void main(String[] args) {
    LocalDateTime utcDateTime = message.getHeader().getUtcTimeStamp(SendingTime.FIELD); 
    // then get the epoch seconds
    long seconds = utcDateTime.atZone(ZoneId.of("UTC")).toEpochSecond();
    // and print the result
    System.out.println(utcDateTime + "\t==>\t" + seconds + " epoch seconds");
}

这是结果:

enter image description here

sample project已上传到此处,您可以检查它。

相关问题