0

以下の xml を使用して、オーディオの再生中に背景画像を表示しようとしています。問題は、背景画像が表示されないことです。プレーヤーの黒い画面で覆われています...ありがとう!

編集

   <?xml version="1.0" encoding="UTF-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/containerView"
           android:background="@android:color/transparent"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent">


     <FrameLayout
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
         android:background="#90ffffff" >

    <VideoView 
        android:id="@+id/videoView"
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"
     >
    </VideoView>


    </FrameLayout>

 </RelativeLayout>
4

0 に答える 0