Remove the title text from the action bar in one single activity

前端 未结 4 581
囚心锁ツ
囚心锁ツ 2020-12-18 12:14

I added an action bar with a dropdown menu to my activity but it also shows the application name.

Each of my activities has an action bar and each of them use the th

4条回答
  •  眼角桃花
    2020-12-18 12:39

    use this in your activity tag of menifeast

    android:theme="@android:style/Theme.NoTitleBar"
    

提交回复
热议问题