views:

33

answers:

0

I have a VideoView inside a LinearLayout. I want the video to scale so that in portrait, it shows up as the original width and height of the video, but in landscape, it should fill the screen as much as possible, leaving space on top for any other view above the Linear Layout.

What parameters can I use?

Thanks Chris