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