ufo22940268
android-justifiedtextview
Java

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.

me.biubiubiu.justifytext library 1.1 aar

Then add put this into layout file.

<me.biubiubiu.justifytext.library.JustifyTextView
        android:id="@+id/text"
        android:layoutwidth="matchparent"
        android:layoutheight="wrapcontent"
        />

demo

directly download

Get it on Google Play

Change list

  • 1.1 Display ok when using custom font.

MIT License

Β© 2026 GitRepoTrend Β· ufo22940268/android-justifiedtextview Β· Updated daily from GitHub