Skip to content

Commit

Permalink
Merge pull request #18083 from unoplatform/mergify/bp/release/stable/…
Browse files Browse the repository at this point in the history
…5.3/pr-18055

docs: Add Tip for Toolkit StatusBar Extensions (backport #18055)
  • Loading branch information
jeromelaban authored Aug 30, 2024
2 parents b691959 + 15e57d5 commit ff29137
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 ff29137

Please sign in to comment.