Android Studio - Action Bar remove

前端 未结 8 1684
时光说笑
时光说笑 2020-12-24 03:05

I\'m trying to remove/disable the ActionBar. I tried to put in the Manifest:

         


        
8条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 03:34

    You can try this. It works for me

    Add it in style.xml

    
    

    and use the style at manifest.xml.

    android:theme="@style/AppTheme.NoActionBar"
    

提交回复
热议问题