ankidroid / ankidroid/Anki-Android
Implement draw behind navigation bar for SingleFragmentActivity based screens
Open
UI
upstream-issue
- Dominant language
- Kotlin
- Stars
- 11.8k
- Forks
- 2.9k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 171
Description
Edge to edge support was added to screens which use _SingleFragmentActivity_ directly in #21621 but the current implementation doesn't draw the content under the navigation bar/gesture bar at the bottom.
Note: the main content which intersects with the navigation bar at the bottom is a _WebView_ for which updating the padding(the standard solution) doesn't work.
Contributor guide
Assessment
This issue has not been assessed yet.