Android Studio - Action Bar remove

前端 未结 8 1585
时光说笑
时光说笑 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:17

    For android studio You can go to styles.xml and change

    parent="Theme.AppCompat.Light.DarkActionBar"
    

    to

    parent="Theme.AppCompat.Light.NoActionBar" 
    

    and in Eclipse it can be changed in manifest file

      
    

提交回复
热议问题