Xamarin Forms - Change Colour of Navigation Bar (Page Title For Master-Detail Template)



Change All Toolbar Bar Color (Toolbar is Actually Navigation Page)

Navigation Page Title Colour can be Changed using Style Type in App.XAML

Navigation Page Appears in case of Master-Details Template Type


We need to create Global Style Type in APP.xaml



Code :
 <Style TargetType="NavigationPage">                
          <Setter Property="BarBackgroundColor" Value="Color.LightGray"/>
</Style>




Comments

Popular posts from this blog

Shared / Static Class in vb.net/C#

Xamarin Forms : PopUp Page with RG.Plugins.Popup

Text was truncated or one or more characters had no match in the target code page.". (SQL Server Import and Export Wizard)