Search code examples
androidandroid-studioandroid-ideandroid-studio-3.3

No ActionBar and no StatusBar in android studio 3.3


In the below image you can see that there is no ActionBar and StatusBar in the preview of any XML layout file, if anyone is facing the same issue and has solution please post it.

Latest android studio 3.3


Solution

  • I faced the same issue, and got this:

    1. No ActionBar visible

    enter image description here

    1. Change a setting for Show Layout Decorations (By Default it is unchecked, just check it and ActionBar will be there)

    enter image description here

    1. Visible ActionBar

    enter image description here