当前位置:编程学习 > wap >>

VideoView怎么拉伸

<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 --------------------编程问答--------------------     android:layout_height="fill_parent"
     android:layout_width="fill_parent"
补充:移动开发 ,  Android
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,