What decides the color of the tab bar in a Xamarin.Forms tabbed page? -


i use same color background of area @ top of 1 of screens.

does know how color decided. xamarin preset or ios , android present color?

they defaults in each platform. android via it's theme , ios default properties.

however if want change it, can in xamarin.forms project.

var tabbedpage = new tabbedpage()             {                 barbackgroundcolor = color.black,                 bartextcolor = color.white             }; 

or set properties in xaml.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -