Android VideoView LinearLayout.LayoutParams
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-06-09T06:30:32Z
Indexed on
2010/06/09
6:32 UTC
Read the original article
Hit count: 488
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
© Stack Overflow or respective owner