Skip to content

Commit

Permalink
docs: Add Tip for Toolkit StatusBar Extensions
Browse files Browse the repository at this point in the history
(cherry picked from commit 1b744a9)
  • Loading branch information
morning4coffe-dev authored and mergify[bot] committed Aug 30, 2024
1 parent 5394f6f commit 15e57d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/articles/guides/status-bar-theme-color.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ uid: Uno.Tutorials.StatusBarThemeColor

The [`UISettings.ColorValuesChanged` event](https://learn.microsoft.com/uwp/api/windows.ui.viewmanagement.uisettings.colorvalueschanged) can be used to listen for notifications when dark mode is enabled or disabled at the system level.

> TIP
> For easier customization of the StatusBar, consider using the [StatusBar Extensions](xref:Toolkit.Helpers.StatusBarExtensions) from Uno.Toolkit, as it simplifies the process of updating the StatusBar.
## Example

The complete sample code can be found in the [StatusBarThemeColor sample in Uno.Samples GitHub repository](https://github.com/unoplatform/Uno.Samples/tree/master/UI/StatusBarThemeColor).
Expand Down

0 comments on commit 15e57d5

Please sign in to comment.