Jar examples for a: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.
You can download jar file android-shape-imageview 0.9.3 in this page.
The Apache Software License, Version 2.0
You can use the following script to add android-shape-imageview-0.9.3.jar to your project.
<dependency> <groupId>com.github.siyamed</groupId> <artifactId>android-shape-imageview</artifactId> <version>0.9.3</version> </dependency>
compile group: 'com.github.siyamed', name: 'android-shape-imageview', version: '0.9.3'
libraryDependencies += "com.github.siyamed" % "android-shape-imageview" % "0.9.3"
<dependency org="com.github.siyamed" name="android-shape-imageview" rev="0.9.3"/>
@Grapes(@Grab(group='com.github.siyamed', module='android-shape-imageview', version='0.9.3'))
'com.github.siyamed:android-shape-imageview:jar:0.9.3'
Click the following link to download the jar file.
android-shape-imageview-0.9.3-javadoc.jar