Set full screen in code doesn't work

CodeDancer

Member
Licensed User
Longtime User
I tried the FullScreen example in the Beginner's Guide FAQ and it does absolutely nothing. I single stepped through the code and it sets the flags O.K. but it doesn't hide the status bar. Is the code device dependent?
 

CodeDancer

Member
Licensed User
Longtime User
I'm half way there again.

Thanks again Margret,

ICS? Ah Ha! Ice Cream Sandwich. Takes me a while to get up to speed.

Your code works great, except --- I wanted to use the extra real estate for picture display but the status bar is still there. Just in stealth mode.

You did fix the annoying flicker problem I was having when showing multiple videos.
 
Upvote 0

CodeDancer

Member
Licensed User
Longtime User
To Margret

I don't know if this helps, but using a setlayout bigger than the screen to zoom as you advised, does result in the videos being displayed full screen, including the status bar area. Too bad VideoView won't display pictures, or would it if the picture was changed to a frame?
 
Upvote 0
Top