Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Navigation Page icon on Android

$
0
0

I can't appear to get the icon to display on a Navigation Page on a standard Xaml template in Visual Studio 2015 and 2017RC.

I add Icon="icon.png" to the Contentpage XAML and change App.Xaml.cs to:

MainPage = new NavigationPage( new Appicon.MainPage());

I get the navigation bar but it is empty when I deploy to an android device.

Am I missing something simple?


Viewing all articles
Browse latest Browse all 204402

Trending Articles