We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eeddb9 commit 8486dbfCopy full SHA for 8486dbf
1 file changed
fillprogresslayout/src/main/java/com/devzone/fillprogresslayout/FillProgressLayout.kt
@@ -216,12 +216,14 @@ class FillProgressLayout : LinearLayout {
216
fun setProgressBackgroundColor(@ColorRes resId: Int) {
217
if (isValidRes(resId)) {
218
mBackgroundColor = ContextCompat.getColor(context, resId)
219
+ initPaint()
220
}
221
222
223
fun setProgressColor(@ColorRes resId: Int) {
224
225
mProgressColor = ContextCompat.getColor(context, resId)
226
227
228
229
0 commit comments