How to change backGround color in Xamarin forms NavigationPage

后端 未结 4 777
北恋
北恋 2021-01-05 15:54

I\'m trying to change the background color of navigationBar in navigationPage I\'m using this code`using System;

using System;
using Xamarin.Forms;
using Sys         


        
4条回答
  •  孤独总比滥情好
    2021-01-05 16:28

    
        
        
            
            Green
            
        
    
    
    1. basically go to App.xaml
    2. paste this code there
    3. change the colour however u want in this part Green

提交回复
热议问题