Hello everyone, we will continue the tutorial on How to Remove the Action Bar in the Android Java app,,
Which action bars are you?
The action bar is this one..
Well, the way is for you to enter 📁 folder res -> 📁 values -> 📁 themes -> klik 📝 file themes.xml
then on the red text, you change it to NoActionBar
<style name="Theme.NewBlogJava" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
Kalian ganti menjadi
<style name="Theme.NewBlogJava" parent="Theme.MaterialComponents.DayNight.NoActionBar">
Then when running it will be like below..
0 Comments