79445042

Date: 2025-02-17 10:08:56
Score: 0.5
Natty:
Report link

If you are using AppBarLayout, you have to add android:fitsSystemWindows="true" to it.

Add it to the AppBarLayout and not to the root layout. Adding it to the root will move the complete view down, which is usually not what you want.

For reference: https://developer.android.com/about/versions/15/behavior-changes-15?hl=de#not-edge-to-edge

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: seeppp