修复个播PK魅力值显示错误问题,魅力值默认值由9999万+改为0
This commit is contained in:
@@ -51,7 +51,7 @@ class SingleRoomPKMicroViewAdapter(context: Context?) : BaseMicroViewAdapter(con
|
||||
}
|
||||
|
||||
inner class SingleAnchorBossMicroViewHolder internal constructor(itemView: View) :
|
||||
NormalMicroViewHolder(itemView) {
|
||||
GiftValueViewHolder(itemView) {
|
||||
|
||||
private val tvLabelLeaveMode: TextView = itemView.findViewById(R.id.tv_label_leave_mode)
|
||||
private val ivLeaveMode: CircleImageView = itemView.findViewById(R.id.iv_bg_leave_mode)
|
||||
|
@@ -59,7 +59,7 @@
|
||||
android:layout_marginStart="3dp"
|
||||
android:layout_marginEnd="5dp"
|
||||
android:gravity="center"
|
||||
tools:text="9999万+"
|
||||
tools:text="0"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="10dp" />
|
||||
</LinearLayout>
|
||||
|
@@ -177,7 +177,7 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="3dp"
|
||||
android:gravity="center"
|
||||
android:text="9999万+"
|
||||
android:text="0"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
|
||||
|
@@ -241,7 +241,7 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="3dp"
|
||||
android:gravity="center"
|
||||
android:text="9999万+"
|
||||
android:text="0"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="10dp" />
|
||||
|
||||
|
@@ -279,7 +279,7 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="3dp"
|
||||
android:gravity="center"
|
||||
android:text="9999万+"
|
||||
android:text="0"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
|
||||
|
@@ -224,7 +224,7 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="3dp"
|
||||
android:gravity="center"
|
||||
android:text="9999万+"
|
||||
android:text="0"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="10dp" />
|
||||
|
||||
|
@@ -196,7 +196,7 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="3dp"
|
||||
android:gravity="center"
|
||||
android:text="9999万+"
|
||||
android:text="0"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="10dp" />
|
||||
|
||||
|
@@ -182,7 +182,7 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="3dp"
|
||||
android:gravity="center"
|
||||
android:text="9999万+"
|
||||
android:text="0"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="9dp" />
|
||||
|
||||
|
Reference in New Issue
Block a user