I created a new app using an old layout scheme which have always been shown correctly in Pixel 2 API 27 but after reopening Android Studio this emulator didn't start anymore. So I created a new emulator to show latest API 37 but when I load the app in the emulator the top of layout is not showing:
I used a workaround adding a padding_Top of 110 dip and it will be shown correctly in the emulator but of course in other device there's a white stripe on top layout.
I mean that on my physical Samsung device with Android 13 everything is shown correctly.
Is there any settings that I can check in the emulator or do I have to try installing another emulator?
I have no constraint layout, only normal linearLayout and ScrollLayout.