<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
<VideoView
    android:id="@+id/videoView"
    android:layout_height="fill_parent"
    android:layout_width="fill_parent"
    android:layout_gravity="center"
    />
</LinearLayout>我这么写,结果还是视频还是按照了原有的比例了。。急求啊。。搞了好久VideoView拉伸layout