From 4d0e083a8b9adb5b7e3490c9cfebf6f33e24525f Mon Sep 17 00:00:00 2001 From: Tim Winters Date: Mon, 17 Apr 2023 10:20:16 -0400 Subject: [PATCH] cpb_progress attribute takes in a float Then cpb_progress backing property is a `float`, and the only place it is restricted to an integer is from the xml attributes. This will allow using floats in the xml as well --- circularprogressbar/src/main/res/values/attrs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circularprogressbar/src/main/res/values/attrs.xml b/circularprogressbar/src/main/res/values/attrs.xml index 62e8321..20aee62 100755 --- a/circularprogressbar/src/main/res/values/attrs.xml +++ b/circularprogressbar/src/main/res/values/attrs.xml @@ -1,6 +1,6 @@ - + @@ -30,4 +30,4 @@ - \ No newline at end of file +