# CircleProgress **Repository Path**: ouyangpengdev/CircleProgress ## Basic Information - **Project Name**: CircleProgress - **Description**: CircleProgress, DonutProgress, ArcProgress - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-23 - **Last Updated**: 2025-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Android Arsenal](https://img.shields.io/badge/Android+Arsenal-CircleProgress-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1130) inspired from [https://github.com/daimajia/NumberProgressBar](https://github.com/daimajia/NumberProgressBar) and CleanMaster ![CleanMaster](http://i.stack.imgur.com/sZP5t.png) ###Demo ![CircleProgress](https://raw.githubusercontent.com/lzyzsd/CircleProgress/master/demos/circle_progress.gif) ###Demo download [link](https://raw.githubusercontent.com/lzyzsd/CircleProgress/master/demos/example.apk) ###3 kinds of progress view are provided, DonutProgress, CircleProgress, ArcProgress ##Usage ###Gradle ```groovy dependencies { compile 'com.github.lzyzsd:circleprogress:1.1.0@aar' } ``` ###Maven ```xml com.github.lzyzsd circleprogress 1.1.0 apklib ``` ###Notice please always use same width and height for progress views DonutProgress ```xml ``` ![DonutProgress](https://raw.githubusercontent.com/lzyzsd/CircleProgress/master/demos/donutprogress_demo.png) attrs for DonutProgress ```xml ``` CircleProgress ```xml ``` ![CircleProgress](https://raw.githubusercontent.com/lzyzsd/CircleProgress/master/demos/circleprogress_demo.png) attrs for CircleProgress ```xml ``` ArcProgress ```xml ``` ![ArcProgress](https://raw.githubusercontent.com/lzyzsd/CircleProgress/master/demos/arcprogress_demo.png) attrs for ArchProgress ```xml ``` ###Build run `./gradlew assembleDebug` (Mac/Linux) or run `gradlew.bat assembleDebug` (Windows) ###Changes version 1.1.0: add bottom text to DonutProgressView DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2014 Bruce Lee Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO.