航海冒险:飘屏UI修改
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user