We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c831ccd commit b30d75fCopy full SHA for b30d75f
1 file changed
fillprogresslayout/src/main/java/com/devzone/fillprogresslayout/FillProgressLayout.kt
@@ -243,12 +243,14 @@ class FillProgressLayout : LinearLayout {
243
fun setProgressBackgroundColor(@ColorRes resId: Int) {
244
if (isValidRes(resId)) {
245
mBackgroundColor = ContextCompat.getColor(context, resId)
246
+ initPaint()
247
}
248
249
250
fun setProgressColor(@ColorRes resId: Int) {
251
252
mProgressColor = ContextCompat.getColor(context, resId)
253
254
255
256
0 commit comments