davx5-ose
davx5-ose copied to clipboard
Enforced edge-to-edge
Purpose
See #1077
Short description
- Replaced the deprecated
Window.statusBarColor
with edge-to-edge settings. - Set
WindowInsets
to0
inAssistant
since we are using an action bar outside of an Scaffold, and the padding is being applied twice. - ~IME padding is applied automatically~
Intro Screen 1 | Intro Screen 2 | Main Screen |
---|---|---|
Checklist
- [x] The PR has a proper title, description and label.
- [x] I have self-reviewed the PR.
- [x] I have added documentation to complex functions and functions that can be used by other modules.
- [x] I have added reasonable tests or consciously decided to not add tests.