Hi I'm new to Android Studio, how can I fix my emu...
# compose-android
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
c
Get yourself familiar with edge-to-edge layout. https://developer.android.com/develop/ui/views/layout/edge-to-edge
🙌 1
j
Thank you! This helps me ^_^
s
1. Its called statusbar 2. Your activity might be calling egde-to-edge() some where before the super.onCreate() of your acitivity 3. Even if you intented to make it edge-to-edge, you need to apply the statusbarpadding to your root composables/layout to not let it overlap with the statusbar
❤️ 1
j
Wow this is more easy to understand thank you so much!
🙌 1