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
Tomislav Mladenov
04/29/2024, 2:48 PM
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
John Ace Magno
04/29/2024, 3:02 PM
This helps me thank you so much!
c
Chrimaeon
04/29/2024, 3:06 PM
And please don’t cross post to several channels. I counted 3 with the same question.