Skip to content

Commit

Permalink
Merge pull request #18055 from unoplatform/dev/doti/docs-statusbar-tip
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund authored Aug 29, 2024
2 parents 5c594b6 + 1b744a9 commit 1f030ae
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 1f030ae

Please sign in to comment.