Hi I'm new to Android Studio, how can I fix my emu...
# compose
j
Hi I'm new to Android Studio, how can I fix my emulator? because my composables are overlapping the default Top App bar of the emulator itself. Thanks in advance
t
Good thing to know (maybe it will help you with searches. The very top element with time etc. is called status bar). This will show you how to do it "edge to edge" it doesn't happen out of the box. Just follow the instructions and you will know what to remove. https://developer.android.com/develop/ui/views/layout/edge-to-edge This is if you would like to remove the composable from the "Status bar" TopApp bar is not coming out of the box so in normal screen it won't be there at all. If you would like to have a TopApp bar you should use "Scaffold".
🙌 1
j
This helps me thank you so much!
c
And please don’t cross post to several channels. I counted 3 with the same question.
j
This is noted, I'm sorry.