No Title Bar Android Theme

前端 未结 7 2078
孤街浪徒
孤街浪徒 2020-12-30 04:18

In my application I want to use the Theme.NoTitleBar, but on the other hand I also don\'t want to loose the internal Theme of the Android OS.. I searched on the net and Foun

7条回答
  •  粉色の甜心
    2020-12-30 04:57

    use android:theme="@android:style/Theme.NoTitleBar in manifest file's application tag to remove the title bar for whole application or put it in activity tag to remove the title bar from a single activity screen.

提交回复
热议问题