s

shapeofview

Give a custom shape to any android view Useful for Material Design 2
https://github.com/florent37/ShapeOfView
The Apache License, Version 2.0
Florent Champigny
Files download
File Operation
shapeofview-1.4.7.pom download
shapeofview-1.4.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.florent37</groupId>
  <artifactId>shapeofview</artifactId>
  <version>1.4.7</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.florent37:shapeofview:1.4.7'
Gradle Kotlin
implementation("io.github.florent37:shapeofview:1.4.7")
Scala SBT
libraryDependencies += "io.github.florent37" % "shapeofview" % "1.4.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.florent37', module='shapeofview', version='1.4.7')
)
Apache Ivy
<dependency org="io.github.florent37" name="shapeofview" rev="1.4.7" />
Leiningen
[io.github.florent37/shapeofview "1.4.7"]
Apache Buildr
'io.github.florent37:shapeofview:jar:1.4.7'
Dependencies