is not current version
Last Version 0.0.3

io.github.freddychen:silhouette 0.0.1

Encapsulated common Android controls, such as sletextbutton, sleimagebutton, sleconstraintlayout, sleframelayout, slelinearlayout, slerelativelayout, etc. Make the control have the functions of shape and selector, and save the cumbersome steps of writing shape or selector files. In addition, it supports n color gradients, which makes up for the deficiency that the native shape file only supports three colors (startcolor / centercolor / endcolor).

GroupId

GroupId

io.github.freddychen
ArtifactId

ArtifactId

silhouette
Version

Version

0.0.1
Type

Type

aar

Download silhouette 0.0.1


<!-- https://jarcasting.com/artifacts/io.github.freddychen/silhouette/ -->
<dependency>
    <groupId>io.github.freddychen</groupId>
    <artifactId>silhouette</artifactId>
    <version>0.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.freddychen/silhouette/
implementation 'io.github.freddychen:silhouette:0.0.1'
// https://jarcasting.com/artifacts/io.github.freddychen/silhouette/
implementation ("io.github.freddychen:silhouette:0.0.1")
'io.github.freddychen:silhouette:aar:0.0.1'
<dependency org="io.github.freddychen" name="silhouette" rev="0.0.1">
  <artifact name="silhouette" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.freddychen', module='silhouette', version='0.0.1')
)
libraryDependencies += "io.github.freddychen" % "silhouette" % "0.0.1"
[io.github.freddychen/silhouette "0.0.1"]