setTint后,RatingBar未填充的星星透明

时间:2019-01-10 01:32:58

标签: android ratingbar

我有一个在深色背景上带有金色星星的RatingBar。

我希望未填充的星星为白色,但是当设置Drawable的色调时,它不是完全不透明的。

val unfilledColor = ContextCompat.getColor(context, android.R.color.white)
stars.getDrawable(0).setTint(unfilledColor)

结果:

not white stars

alpha为255,并且将色调模式设置为SRC_ATOP时没有区别。

有什么想法吗?

0 个答案:

没有答案