How to remove the title bar from my app.?
I tried by making changes in manifest file by adding "NoTitleBar" at the end of theme and i also followed the answer given in this question
"How to hide the title bar for an Activity in XML with existing custom theme"
But none of them worked for me.Please help