Monday, July 9, 2012

How to remove the Title Bar in Andorid



In order to turning off the title at the top of the screen, simple call the requestWindowFeature(Window.FEATURE_NO_TITLE) in your code.

  requestWindowFeature(Window.FEATURE_NO_TITLE);

No comments:

Post a Comment