Remove Default Title Bar

前端 未结 9 671
天涯浪人
天涯浪人 2021-02-04 03:34

How do I remove the top title bar that\'s default in an Android app?

\"enter

The g

9条回答
  •  时光说笑
    2021-02-04 04:25

    For Android Studio 2.2.2, 2016

    Replace in app/src/main/res/values/styles.xml the parent Theme.AppCompat.Light.DarkActionBar on Theme.AppCompat.NoActionBar

    Example:

    
        
        
    
    

提交回复
热议问题