S

ShapeImageView

ShapeImageView supports circle or rounded corners, and can draw circle background borders or rounded box background borders. In addition to the built-in properties of ImageView, 4 new display modes are added;
https://github.com/FlyJingFish/ShapeImageView
The Apache License, Version 2.0
FlyJingFish
Files download
File Operation
ShapeImageView-1.5.6.pom download
ShapeImageView-1.5.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.FlyJingFish</groupId>
  <artifactId>ShapeImageView</artifactId>
  <version>1.5.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.FlyJingFish:ShapeImageView:1.5.6'
Gradle Kotlin
implementation("io.github.FlyJingFish:ShapeImageView:1.5.6")
Scala SBT
libraryDependencies += "io.github.FlyJingFish" % "ShapeImageView" % "1.5.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.FlyJingFish', module='ShapeImageView', version='1.5.6')
)
Apache Ivy
<dependency org="io.github.FlyJingFish" name="ShapeImageView" rev="1.5.6" />
Leiningen
[io.github.FlyJingFish/ShapeImageView "1.5.6"]
Apache Buildr
'io.github.FlyJingFish:ShapeImageView:jar:1.5.6'
Dependencies