video play in full screen android simulator -


i playing video.3gp in android app.but video not fit on full screen.i using linear layout 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 doing wrong?

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

hope you!


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -