Skip to content

PareshMayani/Android-JustifyText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android – How to display information with justify alignment?

I saw many developers asking questions on Stackoverflow for this problems. Here are some:

  1. Android TextView Justify Text
  2. How to justify text on a TextView made easy- Android
  3. Justify Text in TextView Android

We can display justified information in WebView, as such there is no any property/attribute for justify alignment in WebView widget but we can use a simple trick. The Trick is to define html tags with justify alignment as belows:

<html><body style="text-align:justify"> YOUR DATA </body></Html>

Android justify text

More at: http://www.technotalkative.com/android-how-to-display-information-with-justify-alignment/

About

How do i display information with Justify alignment?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages