I'm using material3 and I'm trying to make my cont...
# compose
t
I'm using material3 and I'm trying to make my content extend fullscreen. On Android I'm seeing that the status bar is cut halfway in half. I've got my root compose element set as a surface with white as its background color. What is the correct way to do this? At the very least I need to make it so that the status bar isn't "cut" in half with the colors.
I tried my app on a real device and the status bar rendered correctly. I guess this is a simulator issue.
👍 1