<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >
<SurfaceView
        android:id="@+id/surfaceView1"
        android:layout_width="480px"
        android:layout_height="854px"
        android:layout_marginLeft="0px"
        android:layout_marginTop="0px" />       <VideoView
        android:id="@+id/videoView"
        android:layout_width="200px"
        android:layout_height="200px"
        android:layout_marginLeft="40px"
        android:layout_marginTop="300px" />
</FrameLayout>SurfaceView中显示一张图片
VideoView中播放一个视频启动Activity时SurfaceView在上, VideoView在下
理论上不是VideoView在上的吗点击出菜单后, Activity成paused状态, 这时VideoView在上什么情况SurfaceViewz-orderandroid