Skip to content
Advertisement

Action bar content is not hiding

so i want to use toolbar but when i change DarkActionBar to NoActionBar in the styles,action bar doesnt remove completely and app title is on my toolbar.

https://i.stack.imgur.com/0X722.jpg

here is my xml code:

JavaScript

what can i do?

Advertisement

Answer

i think you have in MainActivity code like this and you got the result as shown in the screenshot

JavaScript

just remove this line or add app:title=" " tag

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement