Hello everyone i face an issue android 15 how to m...
# android
y
Hello everyone i face an issue android 15 how to make screen as full screen but i need Component don't overlap bars of content of the screen
not kotlin but kotlin colored 3
c
Image from iOS.jpg
a
For android 15 in Compose we need
Copy code
.padding(WindowInsets.statusBars.asPaddingValues())
.padding(WindowInsets.navigationBars.asPaddingValues())
y
I am using xml
c
Yes and that’s why you are in the wrong workspace.