j

justifiedtextview

JustifiedTextView is an android view that justifies the text. Gives support to older Android versions because "setJustificationMode" was introduced until API 26.
https://github.com/amilcar-sr/JustifiedTextView-2
The Apache Software License, Version 2.0
Amilcar Serrano
Files download
File Operation
justifiedtextview-2.0.1.pom download
justifiedtextview-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.codesgood</groupId>
  <artifactId>justifiedtextview</artifactId>
  <version>2.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.codesgood:justifiedtextview:2.0.1'
Gradle Kotlin
implementation("com.codesgood:justifiedtextview:2.0.1")
Scala SBT
libraryDependencies += "com.codesgood" % "justifiedtextview" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.codesgood', module='justifiedtextview', version='2.0.1')
)
Apache Ivy
<dependency org="com.codesgood" name="justifiedtextview" rev="2.0.1" />
Leiningen
[com.codesgood/justifiedtextview "2.0.1"]
Apache Buildr
'com.codesgood:justifiedtextview:jar:2.0.1'