Skip to content

NourIbrahim/JustifiedTextView

 
 

Repository files navigation

JustifiedTextView

JustifiedTextView is an Android View that justifies the Text!

alt landscape

alt portrait

##Usage

You just have to add the view in your layout:

<com.codesgood.views.JustifiedTextView
        android:text="@string/lorem_ipsum"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:textSize="15sp"/>

And that's it! the text contained in the JustifiedTextView view will be justified. (In this example I wrote 15sp as textSize, but you can use a different textSize and it won't be a problem).

##Add JustifiedTextView to your project

JustifiedTextView is available on Maven Central. Please ensure that you are using the latest version by checking here

Gradle:

compile 'com.codesgood:justifiedtextview:1.0.2'

Maven:

<dependency>
    <groupId>com.codesgood</groupId>
    <artifactId>justifiedtextview</artifactId>
    <version>1.0.2</version>
</dependency>

##Thanks

##License

Copyright 2014 CodesGood

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

JustifiedTextView is an android view that justifies the text.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%