내가 그것을 내가 전에 VideoView
를 사용하고 완전히 괜찮다고하지만 난 그래서 난 TextureView
로 변경 애니메이션 문제가 있었다 지금은 넣을 수 없습니다에서 비디오를 재생 내 TextureView
하는 동안 View
를 추가해야 어떤 View
! 내가 TextureView
통해 View
을 넣을 수는 TextureView
<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>
어떻게 재생 비디오 : 는 Textureview
은 모든 뷰 이 내 XML 레이아웃입니다 걸쳐 다룰 것으로 보인다?