Remove Default Title Bar

前端 未结 9 699
天涯浪人
天涯浪人 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:17

    To do that I declared a style inheriting everything from my general style. This style disabled the default Android titleBar.

    
    

    Create a new style and add this style in your different views or add this code in the default style to disabled the titleBar for all windows!

提交回复
热议问题