修复个播PK值指示器不显示的问题

This commit is contained in:
huangjian
2022-04-19 16:33:07 +08:00
parent 267bc64ed5
commit fb9e87eaaf

View File

@@ -186,17 +186,17 @@
<View
android:id="@+id/view_hot_start"
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_marginEnd="13dp"
android:layout_width="1px"
android:layout_height="1px"
android:layout_marginEnd="12dp"
app:layout_constraintEnd_toStartOf="@id/pb_score"
app:layout_constraintTop_toTopOf="@id/pb_score" />
<View
android:id="@+id/view_hot_end"
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_marginStart="13dp"
android:layout_width="1px"
android:layout_height="1px"
android:layout_marginStart="12dp"
app:layout_constraintStart_toEndOf="@id/pb_score"
app:layout_constraintTop_toTopOf="@id/pb_score" />