Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ufo22940268/android-justifiedtextview

android justified textview
https://github.com/ufo22940268/android-justifiedtextview

android java textview

Last synced: 1 day ago
JSON representation

android justified textview

Lists

README

        

# JustifiedTextView

Implement justified textview base on the native TextView. Let text displays fill the screen width without extra blanks in the end of line.

### English
![截了个图](./en.png)

### Chinese
![截了个图](./zh.png)

## Usage

You can import in build.gradle like this

compile 'me.biubiubiu.justifytext:library:1.1'

If you use maven, add this to pom.xml.


me.biubiubiu.justifytext
library
1.1
aar

Then add put this into layout file.

```xml

```

## demo

[directly download](http://pan.baidu.com/s/1bnq2rk7)


Get it on Google Play

## Change list

- **1.1** Display ok when using custom font.

----------------------------------

MIT License