Android - Actionbar not showing in the development preview

后端 未结 4 1748
栀梦
栀梦 2020-12-18 03:17

Actionbar not showing in the development preview but showing normally after running the app, minimum api is 15, tried to delete the them from the manifest file, didn\'t show

4条回答
  •  伪装坚强ぢ
    2020-12-18 04:00

    Check which theme is selected on the top of the XML preview screen.

    enter image description here

    Even if you're using Eclipse, it will look similar.

    Your application is displaying the ActionBar because your AndroidManifest has a theme which displays the ActionBar.

提交回复
热议问题