JorgeCastilloPrz / AndroidFillableLoaders

Android fillable progress view working with SVG paths. This is a nice option too if you want to create an interesting branding logo for your app. Based on the iOS project: https://github.com/poolqf/FillableLoaders
Apache License 2.0
2k stars 269 forks source link

Get Properties of Loader #11

Open vontell opened 8 years ago

vontell commented 8 years ago

I am manually changing the percentage of my Fillable Loader. However, is there a way to also get the percentage of the loader, such as a getPercentage() method? In fact, is there a getter for any property? I find that this may be useful at some time.

vontell commented 8 years ago

If not, I can also create the functionality and submit a merge request.