How to remove the Title Bar

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);




0 Response to "How to remove the Title Bar"

Posting Komentar