라이브방 하트 메시지
- 글자색과 배경색 변경
This commit is contained in:
@@ -167,7 +167,7 @@ class LiveRoomActivity : BaseActivity<ActivityLiveRoomBinding>(ActivityLiveRoomB
|
||||
} else {
|
||||
hideHeartMessage()
|
||||
}
|
||||
}, 1000)
|
||||
}, 1500)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2151,7 +2151,7 @@ class LiveRoomActivity : BaseActivity<ActivityLiveRoomBinding>(ActivityLiveRoomB
|
||||
ForegroundColorSpan(
|
||||
ContextCompat.getColor(
|
||||
applicationContext,
|
||||
R.color.color_f0c030
|
||||
R.color.color_ec3aa6
|
||||
)
|
||||
),
|
||||
str.indexOf("'") + 1,
|
||||
|
||||
Reference in New Issue
Block a user