How do I remove the title bar in android studio?

后端 未结 24 1198
轮回少年
轮回少年 2020-12-04 08:03

In my app there is this title bar at the top where the overflow menu would be, but I don\'t need settings and only have one screen. When I change the theme like described in

24条回答
  •  渐次进展
    2020-12-04 08:41

    In the manifest file Change:

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

提交回复
热议问题