As I'm adding support for Android 10 "edge to edge...
# splitties
l
As I'm adding support for Android 10 "edge to edge" screen usage while dodging display cutouts and SystemUI, I started to write a few extensions to avoid UI elements from being overlapped. I got these four function signatures (that keep initial margin/padding) and I'm wondering if I should add them to Splitties Views:
Copy code
fun View.insetBottomWithMargin()
fun View.insetBottomWithPadding()
fun View.insetTopWithMargin()
fun View.insetTopWithPadding()