房间用户信息。

This commit is contained in:
2025-11-20 16:11:13 +08:00
parent cf73819ad0
commit db79bafdbc
9 changed files with 383 additions and 175 deletions

View File

@@ -33,7 +33,7 @@ class ShineTextView : AppCompatTextView {
var shineColor: Int = Color.WHITE
var endColor: Int = Color.WHITE
//一次动效时长
var shineDuration: Int = 400
var shineDuration: Int = 1000
var _count: Int = 0 //自行运行动画次数
@@ -77,7 +77,7 @@ class ShineTextView : AppCompatTextView {
mLinearGradient = LinearGradient(
0f,
0f,
(mViewWidth / 4).toFloat(),
(mViewWidth / 1).toFloat(),
0f,
intArrayOf(currentTextColor, shineColor, currentTextColor),
null,