neopixl/PixlUI

Justified Text Style

Closed this issue · 3 comments

Hello guys, I'm using PixIUI because it allows me to use different fonts in my app. Do you guys have any plan to add text justification to your custom textview? I'm in need of justified texts but so for I found libraries that require me to use their custom textView but with that I lose the custom font option.

What kind of library ? Can you give us an example?

Sure, I found TextJustify:
https://github.com/bluejamesbond/TextJustify-Android/blob/master/README.md
The library looks simple to use, but like I said, that whould require me to replace all PixIUI textViews. =/

Retrieve PixlUI source code, change in PixlUI TextView class:
public class TextView extends TextViewEx

And say me if it's work.