homefragment签到模块接入正式的bean+1
This commit is contained in:
parent
6ad0ae0d22
commit
1f0d4c9f0b
|
|
@ -125,7 +125,7 @@ class WeekStatusView @JvmOverloads constructor(
|
||||||
// reward text
|
// reward text
|
||||||
textPaint.textSize = rewardTextSize
|
textPaint.textSize = rewardTextSize
|
||||||
val rewardNum = TaskManager.instance().getRewardNumOfDailySign(index)
|
val rewardNum = TaskManager.instance().getRewardNumOfDailySign(index)
|
||||||
textPaint.color = if (dayStatus.hasSigned) rewardTextColor else rewardTextSignedColor
|
textPaint.color = if (dayStatus.hasSigned) rewardTextSignedColor else rewardTextColor
|
||||||
canvas.drawText(rewardNum.toString(), centerX, vertiMagin + dayTextSize + componentGap + 2*circleRadius + componentGap, textPaint)
|
canvas.drawText(rewardNum.toString(), centerX, vertiMagin + dayTextSize + componentGap + 2*circleRadius + componentGap, textPaint)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue