android justified textview
Last updated May 12, 2026
948
Stars
240
Forks
30
Issues
0
Stars/day
Attention Score
62
Language breakdown
Java 100.0%
βΈ Files
click to expand
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
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.
Then add put this into layout file.
<me.biubiubiu.justifytext.library.JustifyTextView
android:id="@+id/text"
android:layoutwidth="matchparent"
android:layoutheight="wrapcontent"
/>
demo
Change list
- 1.1 Display ok when using custom font.
MIT License
π More in this category