ArcProgressStackView icon indicating copy to clipboard operation
ArcProgressStackView copied to clipboard

percentage and performance problems

Open cshector opened this issue 8 years ago • 1 comments

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 performance problems when I use the following attributes: apsv_shadowed="true"
apsv_shadow_distance apsv_shadow_angle apsv_shadow_radius apsv_shadow_color

On a tablet nexus 9 with Android 7.1: High battery consumption and system slowdown, especially when using fragments (with two or three fragments is enough to have those problems). Congratulations for your library and sorry for my bad English. thanks, regards.

cshector avatar Mar 17 '17 16:03 cshector

Hi cshector,

I've been working on the same kinda library lately.

I won't promise that I'll support as much functionality as ArcProgressStackView. I'd rather keep it material and simple, and so far only support of indefinite progress is planned. Kinda like small "stay tuned" animation helper, which also should give others possibility to tune animations according to their needs. I've been keeping some values in static arrays for reuse and clean architecture.

Check it out here: https://github.com/vulko/AnimatedArcProgressView

vulko avatar Mar 19 '17 01:03 vulko