If you are looking for software to use, go to Huajun Software Park! software release
Location: front pageTutorial strategyTutorialOther tutorials Android St...

How to remove application title in Android Studio

Author: dim sum Date: 2022-03-08

Android Studio
Android Studio-17.0.6 official version

System assistance Storage: 1.16G Time: 2017-01-03

Software introduction: Google announced a new Android integrated development environment, Android Studio, for Android developers at the Developer Conference. Google said And...

Download now

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