Remove app title bar android

后端 未结 9 1325
失恋的感觉
失恋的感觉 2020-12-15 05:11

I know this question has been asked million times but whichever method I use is not good for me.

If I use

android:theme=\"@android:style/Theme.NoTit         


        
9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-15 05:45

    This is what worked for me

     android:theme="@style/Theme.AppCompat.NoActionBar">
    

提交回复
热议问题