r

round

Java-implemented Android native rounded rectangle control, rounded FrameLayout and rounded ImageView.
https://github.com/xiaofeidev/RoundWidget
The Apache Software License, Version 2.0
Xiaofei Wang
Files download
File Operation
round-1.1.2.pom download
round-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.xiaofeidev</groupId>
  <artifactId>round</artifactId>
  <version>1.1.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.xiaofeidev:round:1.1.2'
Gradle Kotlin
implementation("io.github.xiaofeidev:round:1.1.2")
Scala SBT
libraryDependencies += "io.github.xiaofeidev" % "round" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.xiaofeidev', module='round', version='1.1.2')
)
Apache Ivy
<dependency org="io.github.xiaofeidev" name="round" rev="1.1.2" />
Leiningen
[io.github.xiaofeidev/round "1.1.2"]
Apache Buildr
'io.github.xiaofeidev:round:jar:1.1.2'
Dependencies