开发者

video play in full screen android simulator

开发者 https://www.devze.com 2023-04-11 07:12 出处:网络
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:

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

精彩评论

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

关注公众号