iPhone/iPad Application Development
iPhone/iPad Application Development and tutorial
Friday, February 22, 2013
Android - Hide Status Bar by using the Class file
HIDE STSTUS BAR
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);
......
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment