how can i remove these application bar at the top of any android app which i create?
in the case that it is not possible, is it possible to change it? (i don’t mean the text, i mean the layout and style)

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If i understand your problem, then it’s very simple.
Just add this line, to your activity (in the manifest xml file) :
android:theme=”@android:style/Theme.NoTitleBar”
For example :