yh端多人Pk合流完成,Pk结束完成

This commit is contained in:
18401019693
2022-12-09 13:48:10 +08:00
parent 5e9f23286e
commit e380c8dcbc
5 changed files with 194 additions and 10 deletions

View File

@@ -231,4 +231,22 @@
android:textSize="6.67sp" />
</LinearLayout>
</LinearLayout>
<!--PK时间-->
<FrameLayout
android:id="@+id/time_title"
android:layout_width="60dp"
android:layout_height="16.67dp"
android:layout_gravity="center_horizontal"
android:background="@mipmap/live_pk_time_bg"
android:visibility="gone">
<TextView
android:id="@+id/text_time"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="@string/pk_time"
android:textColor="@color/white"
android:textSize="8sp" />
</FrameLayout>
</FrameLayout>