开发者

video play in full screen android simulator

I am playing a video.3gp in an android app.But video does not fit on full screen.I am using linear l开发者_高级运维ayout Code is:

<VideoView android:id="@+id/myVideo" 
android:layout_gravity="center" 
android:layout_height="fill_parent" 
android:fitsSystemWindows="true" 
android:layout_width="fill_parent">
</VideoView>

What i am doing wrong?


Try this tutorial: http://www.hrupin.com/2011/09/19/sample-streaming-video-mediaplayer-or-how-to-stream-video-from-url-in-android

Hope it help you!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜