Defining Shell.TitleView while preserving the title text of tabs in shell, but seems showing in a different font
问题 I am defining a custom Shell.TitleView in a way to preserve the Tab/Page title of my ContentPage as follow: <Shell.TitleView> <Label Text="Page2" FontSize="20" VerticalTextAlignment="Center"/> <!-- rest of my TitleView irrelevant in this question--> </Shell.TitleView> The issue here is that the generated title by the default Shell.TitleView (in the second Tab) is different from mine (the difference is more noticeable when you navigate from one tab to the other than in screenshots), at first I