Awesome
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
Chinese
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.
<dependency>
<groupId>me.biubiubiu.justifytext</groupId>
<artifactId>library</artifactId>
<version>1.1</version>
<type>aar</type>
</dependency>
Then add put this into layout file.
<me.biubiubiu.justifytext.library.JustifyTextView
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
demo
<a href="https://play.google.com/store/apps/details?id=me.biubiubiu.justifytext"> <img alt="Get it on Google Play" src="https://developer.android.com/images/brand/en_generic_rgb_wo_60.png" /> </a>Change list
- 1.1 Display ok when using custom font.
MIT License