修复主播端开播后点击屏幕无效问题
This commit is contained in:
parent
63c2891650
commit
f201e0978e
@ -2358,10 +2358,10 @@
|
||||
|
||||
<com.opensource.svgaplayer.SVGAImageView
|
||||
android:id="@+id/xyd_svg"
|
||||
android:visibility="gone"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="fitCenter" />
|
||||
android:scaleType="fitCenter"
|
||||
android:visibility="gone" />
|
||||
|
||||
<com.opensource.svgaplayer.SVGAImageView
|
||||
android:id="@+id/svga_new_user_gif"
|
||||
@ -2374,12 +2374,14 @@
|
||||
android:layout_marginBottom="0dp"
|
||||
app:autoPlay="true" />
|
||||
|
||||
<!-- 新人任务-双击-->
|
||||
<com.opensource.svgaplayer.SVGAImageView
|
||||
android:id="@+id/svga_new_user_double"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginBottom="40dp"
|
||||
android:visibility="gone"
|
||||
app:autoPlay="true" />
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user