How to remove application title in Android Studio

Time: 2022-03-08Source: Huajun Software TutorialAuthor: dim sum

Dear friends who have just started Android Studio, if you still don’t know how to remove the application title, come and learn how to remove the application title in Android Studio. I hope it can help you.

Open app/res/values/styles.xml

2.jpg

​​ ​Add NoActionBar to the parent attribute of the previously used style. If it was originally

Style name="AppTheme" parent="Theme.AppCompat.Light". After modification, it is style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar".

3.jpg

The above article explains how to remove the application title in Android Studio. I hope friends in need can learn it.

Related articles更多>>

Popular recommendations