When I listen to a YouTube video fullscreen in landscape on my Galaxy Nexus, the navigation bar on the right disapear after a few seconds (the bar which contains the "back&
ActionBar actionBar = getActionBar(); actionBar.hide();
That will do the trick. Also check out the HoneycombGallery example which demonstrates this working.