If you want to adopt + maintain this library, please drop me a message - bluejamesbond@gmail.com
Android Full Justification
This library will provide you a way to justify text. It supports both plain text and Spannables. Additionally, the library can auto-hyphentate your displayed content (thanks to @muriloandrade).
Compatible for Android 2.2 to 5.X
- FacebookMessengerBot.js - a Node ES5/6 API for the new Facebook Messenger Bot Platform
- Scribe.js - a Node ES5/6 logging system with a web interface
#Recent
01/11/2015 ► Added support for very long documents with fading and progress listener
01/10/2015 ► Refractored / renamed classes
01/04/2015 ► Improved caching support which allows for smooth scrolling
01/02/2015 ► Added XML attributes for DocumentView
For examples, tests, and API refer to the Android-TextJustify Wiki.
Just add to your build.gradle
dependencies {
compile 'com.github.bluejamesbond:textjustify-android:2.1.6'
}
Status | Issues |
---|---|
CLOSED |
Scroll caching for very large documents i.e. > 4000 paragaphs |
OPEN |
Add letter-spacing feature like CSS |
OPEN |
Improve text strike-through |
OPEN |
Improve text underline |
CLOSED |
Support more features like TextView in terms of Paint settings |