Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Enhancement] Set StatusBar color for iOS and Android from any Page #7314

@KSemenenko

Description

@KSemenenko

Summary

Now this is only possible in NavigationPage.
I suggest making it accessible from any page.

API Changes

Page.SetStatusBarColor(Color color);
Page.SetStatusBarLightTheme();
Page.SetStatusBarDarkTheme();

or

enum StatusBarTheme
{
    Light,
    Dark,
}
Page.SetStatusBarColor(StatusBarTheme theme);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions