Open joeykrim opened 9 years ago
Default values are in pixels, such as circleRadius and barWidth as defined at 28 and 4 respectively. This is confirmed by setCircleRadius (https://github.com/pnikosis/materialish-progress/blob/master/library/src/main/java/com/pnikosis/materialishprogress/ProgressWheel.java#L568) saying, "@param circleRadius the expected radius, in pixels" and setBarWidth (https://github.com/pnikosis/materialish-progress/blob/master/library/src/main/java/com/pnikosis/materialishprogress/ProgressWheel.java#L587) saying, "@param barWidth the spinning bar width in pixels". Unsure whether this was the intended behavior.
Default values are in pixels, such as circleRadius and barWidth as defined at 28 and 4 respectively. This is confirmed by setCircleRadius (https://github.com/pnikosis/materialish-progress/blob/master/library/src/main/java/com/pnikosis/materialishprogress/ProgressWheel.java#L568) saying, "@param circleRadius the expected radius, in pixels" and setBarWidth (https://github.com/pnikosis/materialish-progress/blob/master/library/src/main/java/com/pnikosis/materialishprogress/ProgressWheel.java#L587) saying, "@param barWidth the spinning bar width in pixels". Unsure whether this was the intended behavior.