First time here? Check out the FAQ!
answered 2013-08-23 01:46:57 -0600
You're probably not running it in fullscreen Add this to your onCreate
onCreate
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);