sean-perkins / nativescript-animated-circle

NativeScript plugin for animated progress borders on circles.
Apache License 2.0
13 stars 11 forks source link

bar width not actually used in android impl #16

Closed finger563 closed 5 years ago

finger563 commented 5 years ago

If the demo apps cannot help and there is no issue for your problem, tell us about it

The barWidth setting does not actually apply to the android version - the rimWidth is incorrectly applied to the barwidth. This means that the example android screenshot is not possible to recreate since the rim width cannot be different from the bar width.

Which platform(s) does your issue occur on?

Android

Please, tell us how to recreate the issue in as much detail as possible.

Add barWidth and rimWidth settings to xml with different settings. Only the rimWidth setting is applied and is applied to both the bar and the rim.