房间用户信息。
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user