Last Version

android-shape-imageview 0.9.3

Provides a set of custom shaped android imageview components, and a framework to define more shapes. Implements both shader and bitmap mask based image views. Shader based one uses canvas draw methods and Path construct, Mask based one uses xfermode to draw image on bitmaps defined by android shape XML's or resource bitmaps.

License

License

GroupId

GroupId

com.github.siyamed
ArtifactId

ArtifactId

android-shape-imageview
Version

Version

0.9.3
Type

Type

aar
Description

Description

android-shape-imageview
Provides a set of custom shaped android imageview components, and a framework to define more shapes. Implements both shader and bitmap mask based image views. Shader based one uses canvas draw methods and Path construct, Mask based one uses xfermode to draw image on bitmaps defined by android shape XML's or resource bitmaps.
Project URL

Project URL

https://github.com/siyamed/android-shape-imageview
Source Code Management

Source Code Management

https://github.com/siyamed/android-shape-imageview

Download android-shape-imageview 0.9.3


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

Dependencies

compile (1)

Group / Artifact Type Version
net.sf.kxml : kxml2 jar 2.3.0

Project Modules

There are no modules declared in this project.