Download autofittextview-0.2.0.jar file - Jar a

Jar examples for a:autofittextview

Description

A TextView that automatically resizes text to fit perfectly within its bounds.

You can download jar file autofittextview 0.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add autofittextview-0.2.0.jar to your project.

<dependency>
   <groupId>me.grantland</groupId>
   <artifactId>autofittextview</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'me.grantland', name: 'autofittextview', version: '0.2.0'
libraryDependencies += "me.grantland" % "autofittextview" % "0.2.0"
<dependency org="me.grantland" name="autofittextview" rev="0.2.0"/>
@Grapes(@Grab(group='me.grantland', module='autofittextview', version='0.2.0'))
'me.grantland:autofittextview:jar:0.2.0'

Download

Click the following link to download the jar file.

autofittextview-0.2.0-javadoc.jar
autofittextview-0.2.0-sources.jar
autofittextview-0.2.0.pom



Related Tutorials