Search code examples
androidstatusbarandroid-statusbar

Height of the Status bar in android emulator is very tall


The height of the status bar is very big, I thought is a bug in my app. But if I open up the other default apps like message or any app it keeps the same height. Is there any work around to fix this issue?

I thought it would work fine if i run in real device. But while I connect the phone and run directly, it is also happening in my device also.

I tried in Android Emulator 9.0.

Android Emulator screenshot


Solution

  • After researched for some time, found that it was issue with emulator and need to restart the device and emulator. then still it was showing wrongly in emulator, but in device it shown perfectly.

    Restarting the device was helpful.