航海冒险:飘屏UI修改

This commit is contained in:
huangjian
2022-12-14 18:53:11 +08:00
parent cce0436db9
commit 372fc2911d
2 changed files with 2 additions and 2 deletions

View File

@@ -556,12 +556,12 @@ class RoomEffectView @JvmOverloads constructor(
.append("厉害了! ", ForegroundColorSpan(Color.WHITE))
.append(
attachment.nick.subAndReplaceDot(6) + " ",
ForegroundColorSpan(resources.getColor(R.color.notice_nick))
ForegroundColorSpan(Color.parseColor("#FEF73D"))
)
.append(attachment.boxTypeStr + " 获得", ForegroundColorSpan(Color.WHITE))
.append(
attachment.prizeName,
ForegroundColorSpan(resources.getColor(R.color.notice_gift))
ForegroundColorSpan(Color.parseColor("#FFD800"))
)
if (attachment.prizeNum > 1) {
text.append("x" + attachment.prizeNum, ForegroundColorSpan(Color.WHITE))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 123 KiB