Wednesday, March 09, 2011
Android - Hide Title Bar by using the Window Class
HIDE THE TITLE BAR
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_NO_TITLE);
...
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment