Language:
Java
Owner:
Contributors:
License:
Apache License 2.0
Description:
TextViewJustify
This is a custom library for android that can justify your textView... Amazing!
in the below you can see the screenshot
Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
dependencies { implementation 'com.github.iceboy1369:JustifyTextView:1.2' }
<icegroup.textviewjustify.TextViewJustify android:id="@+id/txt_justify" android:layout_width="match_parent" android:layout_height="wrap_content"/>
TextViewJustify txt_justify = findViewById (R.id.txt_justify); txt_justify.setText( "your text" , true );