AndroidFillableLoaders icon indicating copy to clipboard operation
AndroidFillableLoaders copied to clipboard

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/Fi...

Results 16 AndroidFillableLoaders issues
Sort by recently updated
recently updated
newest added

In the first paragraph, the Android FillableLoaders, section, "providing" must be written as "provide". The line "Android Open Source library providing an interesting fillable progress view working with SVG paths."...

In the first paragraph, the Android FillableLoaders, section, "providing" must be written as "provide". The line "Android Open Source library providing an interesting fillable progress view working with SVG paths."...

Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'int android.content.res.TypedArray.getInteger(int, int)' on a null object reference at com.github.jorgecastillo.attributes.AttributeExtractorImpl.getOriginalHeight(AttributeExtractorImpl.java:81) at com.github.jorgecastillo.FillableLoader.initAttrs(FillableLoader.java:141) at com.github.jorgecastillo.FillableLoader.(FillableLoader.java:124) at java.lang.reflect.Constructor.newInstance(Constructor.java) at android.view.LayoutInflater.createView(LayoutInflater.java:619) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:764) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:704)...

hello can you update your library to android dex, because the plugin doesn't works compileSdkVersion 28 thanks

Hi dev, would it be possible to get fill direction to come from the left to right, rather than from Bottom Top

hi, i want to change fillcolor according to my if condition, how can i do this? if (somevalue = 20){ fillableLoader.setFillColor(Color.parseColor("#4CAF50")); } else { fillableLoader.setFillColor(Color.parseColor("#CDDC39")); } i done something like...

I am new in Android Studio Development could you please guide me how to resolve this error to find the null point of string path error in SvgPathParser class parsePath()...

I get this: ![image](https://user-images.githubusercontent.com/5357526/37156819-d0627aa6-22ef-11e8-9987-2239d365badb.png)

As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage. --- This change is [](https://reviewable.io/reviews/jorgecastilloprz/androidfillableloaders/21)

hi, got a crash log from device HUAWEI like when load this view: Fatal Exception: java.lang.RuntimeException: Unable to start activity ``` ComponentInfo{com.mz.tkw/com.mz.tkwui.SplashActivity}: android.view.InflateException: Binary XML file line #10: Binary XML...