Shell Styles Sample
This app explores the various color options and style classes available to customize a Xamarin.Forms app using the Shell flyout and/or tabs.
Shell provides colors for styling most anything you can see in the chrome of your application such. This video takes a walk through several of the options available and discusses how styles are applied to both tabs and flyouts.
Shell.BackgroundColor
- the background of the shell, which comes through in the navigation bar (title bar) areaShell.TitleColor
- the color of the title in the navigation barShell.ForegroundColor
- the tint color for things like the menu iconShell.TabBarBackgroundColor
- color behind the tabs on the bottomShell.TabBarTitleColor
- the color of the labels and icons of the selected tabShell.TabBarUnselectedColor
- the color of the labels and icons that are unselected