Download robototextview-2.5.0.jar file - Jar r

Jar examples for r:robototextview

Description

Implementation of the fragment with the ability to display indeterminate progress indicator when you are waiting for the initial dataImplementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab and Roboto Mono fonts.

You can download jar file robototextview 2.5.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add robototextview-2.5.0.jar to your project.

<dependency>
   <groupId>com.github.johnkil.android-robototextview</groupId>
   <artifactId>robototextview</artifactId>
   <version>2.5.0</version>
</dependency>
compile group: 'com.github.johnkil.android-robototextview', name: 'robototextview', version: '2.5.0'
libraryDependencies += "com.github.johnkil.android-robototextview" % "robototextview" % "2.5.0"
<dependency org="com.github.johnkil.android-robototextview" name="robototextview" rev="2.5.0"/>
@Grapes(@Grab(group='com.github.johnkil.android-robototextview', module='robototextview', version='2.5.0'))
'com.github.johnkil.android-robototextview:robototextview:jar:2.5.0'

Download

Click the following link to download the jar file.

robototextview-2.5.0-javadoc.jar
robototextview-2.5.0-sources.jar
robototextview-2.5.0.pom



Related Tutorials