I have searched and made sure there are no existing issues for the issue I am filing
[X] I have searched the existing issues
Description
We'll need to check our windows/statusbar and test it before we change to Android API level 35 (next year or after that). Android API 35 will enforce "edge to edge" design. See https://www.youtube.com/watch?v=YKPqjsYBFvI&t=67s
You can test it already if you use <uses-sdk android:targetSdkVersion="35" /> and test it with a TabGroup.
I have searched and made sure there are no existing issues for the issue I am filing
Description
We'll need to check our windows/statusbar and test it before we change to Android API level 35 (next year or after that). Android API 35 will enforce "edge to edge" design. See https://www.youtube.com/watch?v=YKPqjsYBFvI&t=67s
You can test it already if you use
<uses-sdk android:targetSdkVersion="35" />
and test it with a TabGroup.Solution
Check the SDK and follow the guides from the video or https://developer.android.com/about/versions/15/behavior-changes-15
Platforms
Android