修复主播端开播后点击屏幕无效问题

This commit is contained in:
zlzw 2023-04-07 16:23:10 +08:00
parent 63c2891650
commit f201e0978e

View File

@ -2358,10 +2358,10 @@
<com.opensource.svgaplayer.SVGAImageView <com.opensource.svgaplayer.SVGAImageView
android:id="@+id/xyd_svg" android:id="@+id/xyd_svg"
android:visibility="gone"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:scaleType="fitCenter" /> android:scaleType="fitCenter"
android:visibility="gone" />
<com.opensource.svgaplayer.SVGAImageView <com.opensource.svgaplayer.SVGAImageView
android:id="@+id/svga_new_user_gif" android:id="@+id/svga_new_user_gif"
@ -2374,12 +2374,14 @@
android:layout_marginBottom="0dp" android:layout_marginBottom="0dp"
app:autoPlay="true" /> app:autoPlay="true" />
<!-- 新人任务-双击-->
<com.opensource.svgaplayer.SVGAImageView <com.opensource.svgaplayer.SVGAImageView
android:id="@+id/svga_new_user_double" android:id="@+id/svga_new_user_double"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginBottom="40dp" android:layout_marginBottom="40dp"
android:visibility="gone"
app:autoPlay="true" /> app:autoPlay="true" />