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: 3 months ago
JSON representation
android justified textview
- Host: GitHub
- URL: https://github.com/ufo22940268/android-justifiedtextview
- Owner: ufo22940268
- Created: 2014-03-21T07:42:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T11:00:44.000Z (about 5 years ago)
- Last Synced: 2024-06-16T05:41:37.813Z (5 months ago)
- Topics: android, java, textview
- Language: Java
- Homepage:
- Size: 2.53 MB
- Stars: 951
- Watchers: 38
- Forks: 243
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-android-ui - android-justifiedtextview - 基于原生TextView实现合理的textview (TextView)
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)
## Change list
- **1.1** Display ok when using custom font.
----------------------------------
MIT License