I put the following command in my layout, plus it works only in Ios and the android appears the title and not the image
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="teste.Views.HomePage" Title="titulo 1"
NavigationPage.TitleIcon="logo.png">
This command 'NavigationPage.TitleIcon="logo.png"' works on ios, but does not work on android, do you have any command to put on android to make that image appear in the center?