views:

102

answers:

0

I am playing a video using VideoView in my app. When I play it on Droid with linearlayout params FILL_PARENT, FILL_PARENT, it plays well. The same params do not work well for a myTouch.

What params can I use that will work well with most devices?

Thanks Chris