Uno.Samples icon indicating copy to clipboard operation
Uno.Samples copied to clipboard

[StatusBarColor] Update to use Toolkit StatusBar

Open nickrandolph opened this issue 2 years ago • 0 comments

Sample currently calls SetStatusBarColor directly on the Window. https://github.com/unoplatform/Uno.Samples/blob/47d73d381e7c2a27a0f76cacf44b14eedf411232/UI/StatusBarThemeColor/StatusBarColorSample.Shared/App.xaml.cs#L155

The Toolkit provides a nice abstraction for StatusBar that allows for colors to be set in XAML

see https://platform.uno/docs/articles/external/uno.toolkit.ui/doc/helpers/StatusBar-extensions.html

nickrandolph avatar Dec 14 '22 03:12 nickrandolph