When I add new blank activity to android project, in editor I see on the top of screen grey bar with icon and application name. How can I delet it?
(Android 3.2)
When I add new blank activity to android project, in editor I see on
Share
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.
Just paste this attribute in your manifest file in
<application>or<activity>tagBy putting this in
<Application>tag will -> Remove the title bar in every activity that you created.or if you put it in
<Activity>only. The activity itself will don’t have a title bar