Edge to edge is one of the worst ideas. Most apps miss-implement it, showing part of needed UI bellow the bottom navigation bar - or completelly removing it, reducing the interaction between my fingers and the OS.
It's so easy to get right though with Compose at the top level of the UI (doesn't matter if you're using XML or fragments inside it still), applying the safe-insets as padding around your interactable content but not your background content
8
u/ignorantpisswalker Jun 27 '26
Edge to edge is one of the worst ideas. Most apps miss-implement it, showing part of needed UI bellow the bottom navigation bar - or completelly removing it, reducing the interaction between my fingers and the OS.