修复个播PK值指示器不显示的问题
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
Reference in New Issue
Block a user