ArcProgressStackView
ArcProgressStackView copied to clipboard
Present your progress bars in arc mode with information and total control.
 like this
Hello, I would like to ask if you plan to release version 1.0.5 any time soon, as I see a few useful commits in master branch. Thanks, Manos
Hi, Thanks for this awesome library. My question is how can I make it wrap content for my usage am using a half circle shaped ArcProgressStacView but it is eating...
I cant see the preview of the arc when the app is pushed to device. I can see the preview in the android studio but while run time it shows...
I can set the Title of Arc but if use this with Temperatures i can't change the % of percentage with °, please add this function =)
When set app:apsv_model_offset="10dp" the circles get cut by the edges of the view, the solution is in the line 827 of the ArcProgressStackView.java Change final float modelOffset = (mProgressModelSize *...
There is a service in my app that contains an Asynctask that sends a broadcast during onProgressUpdate. I want to show the progress in an ArcProgressStackView in a fragment that...
My app manifest has tags ``` android:allowBackup="false" android:supportsRtl="false" ``` and ArcProgressStackView's manifest has theirs too, but with `true` values. So i am receiving an gradle error when just add `compile...
Hello Is there any way to not show the symbol that indicates the percentage in each circle of the graph? I would also like to comment that I have serious...