How to remove the title when launching android app?

前端 未结 12 2027
死守一世寂寞
死守一世寂寞 2021-02-06 10:43

I already remove the title in onCreate() method.

protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(         


        
12条回答
  •  灰色年华
    2021-02-06 11:16

    May be i am repeating the same which all are saying but i just need to confirm it.In manifest file have add the theme like the below which i added as sample or anyother way.

    ..

    Just remove all other code related to hide title bar only andonly add this one in the manifest file it works for me.I hope it will work to you too.

提交回复
热议问题