79176612

Date: 2024-11-11 06:43:19
Score: 1.5
Natty:
Report link

I check the source code of BottomNavigationView.java.

In BottomNavigationView.applyWindowInsets(), engineers avoid the issue of overlapping with the system navigation bar by adding padding to the bottom.

https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/bottomnavigation/BottomNavigationView.java#L142

The BottomNavigationView component is displayed above the system navigation bar, which seems to be in line with the MaterialUI design requirements.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ericer