RevealAnimationLayout
RevealAnimationLayout copied to clipboard
布局中加入播放器就没有效果了
可以提供你的 xml 布局代码,以及调用代码吗?我这边好排查一下问题。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:background="@color/translucent" android:layout_width="match_parent" android:layout_height="match_parent">
<cn.com.qlwb.qiluyidian.view.revealanimtion.RevealAnimationLayout
android:id="@+id/launchRl"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="visible"
>
<RelativeLayout
android:id="@+id/ad_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="visible">
<VideoView
android:id="@+id/ad_video"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:visibility="visible" />
</RelativeLayout>
</cn.com.qlwb.qiluyidian.view.revealanimtion.RevealAnimationLayout>
我的布局很简单,就是内嵌了一个播放器,里面放图片控件可以,放一个播放的视频就不行