Remove title bar on Activity


/ Published in: Java
Save to your folder(s)

Remove the title bar from the activity.
(note : the title bar >< notification tray)


Copy this code and paste it in your HTML
  1. //Hide the title bar
  2. requestWindowFeature(Window.FEATURE_NO_TITLE);

URL: http://developer.android.com/guide/appendix/faq/commontasks.html#configurewindowproperties

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.