I’m beginning to learn Android Development and I have a bar at the top of my app, containing the title of the activity and the app icon. I want to know how to edit it (change the text, background color, etc), and remove it ? I also want to know how to edit the title of my app, because it’s currently the name of its main activity…
Thanks a lot.
Edit your AndroidManifest.xml
If you don’t want any titlebar, add the attribute:
To the application tag.