c

circleprogressview

This is a layout in a circle which has progressBar, you can customize the color, color of progress, and progress gureso the start angle of progress.
https://github.com/LiCo13/CircleProgressLayout
The Apache Software License, Version 2.0
LiCo13
Files download
File Operation
circleprogressview-1.0.0.pom download
circleprogressview-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.LiCo13</groupId>
  <artifactId>circleprogressview</artifactId>
  <version>1.0.0</version>
  <type>apk</type>
</dependency>
Gradle Groovy
implementation 'com.github.LiCo13:circleprogressview:1.0.0'
Gradle Kotlin
implementation("com.github.LiCo13:circleprogressview:1.0.0")
Scala SBT
libraryDependencies += "com.github.LiCo13" % "circleprogressview" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.LiCo13', module='circleprogressview', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.LiCo13" name="circleprogressview" rev="1.0.0" />
Leiningen
[com.github.LiCo13/circleprogressview "1.0.0"]
Apache Buildr
'com.github.LiCo13:circleprogressview:jar:1.0.0'
Dependencies
The project has no third-party dependencies