Monday 3 October 2011

My Mini Launcher - Day 1 (part 3)

And, at last, here's the bit that hides the status bar!

LayoutParams attributes = getWindow().getAttributes();
attributes.flags |= LayoutParams.FLAG_FULLSCREEN;
getWindow().setAttributes(attributes);

No comments:

Post a Comment