View
以前使用してTextureView
いた再生ビデオを追加する必要があり、VideoView
まったく問題ありませんでしたが、アニメーションに問題があったため、変更しましたが、今でTextureView
は何も追加できませんView
! Textureview
これは私のxmlレイアウトであるすべてのビューをカバーするようです:
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/frmview"
>
<com.my.app.TextureVideoView
android:id="@+id/vv_play"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:alpha="0.0" />
<ImageView
android:id="@+id/iv_play"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:srcCompat="@drawable/app_ic" />
</FrameLayout>
ビデオを再生しているView
オーバーを配置するにはどうすればよいですか?TextureView