Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When I set StatusBarColor to Transparent it only on android sdk 30 does not work properly - statusbar and navigation bar bottom is not transparent.
Android SDK 31

Android SDK 29

Android SDK 30

In the sample project, I just added:
<ContentPage.Behaviors>
<toolkit:StatusBarBehavior StatusBarColor="Transparent" StatusBarStyle="LightContent" />
</ContentPage.Behaviors>
Expected Behavior
Behavior exactly the same as in android sdk 29 or 31
Steps To Reproduce
Open and run solution from reproduction repo. StatusBarBehavior is added in MainPage
Link to public reproduction project repository
https://github.com/pawelt94/androidbugStatusBarBehavior
Environment
- .NET MAUI CommunityToolkit: 11.1.O
- OS: Android SDK 30
- .NET MAUI: maui-android 9.0.14/9.0.100, SDK 9.0.100
Anything else?
No response
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When I set
StatusBarColorto Transparent it only on android sdk 30 does not work properly - statusbar and navigation bar bottom is nottransparent.Android SDK 31



Android SDK 29
Android SDK 30
In the sample project, I just added:
Expected Behavior
Behavior exactly the same as in android sdk 29 or 31
Steps To Reproduce
Open and run solution from reproduction repo. StatusBarBehavior is added in MainPage
Link to public reproduction project repository
https://github.com/pawelt94/androidbugStatusBarBehavior
Environment
Anything else?
No response