答案 0 :(得分:2)
TextView
提供完整的理由(新的排版对齐)本身。
你只需要这样做,
textView.setJustificationMode(JUSTIFICATION_MODE_INTER_WORD);
default is JUSTIFICATION_MODE_NONE
答案 1 :(得分:1)
您可以使用:
https://github.com/bluejamesbond/TextJustify-Android
安装只需添加到 build.gradle
即可dependencies {
compile 'com.github.bluejamesbond:textjustify-android:2.1.6'
}
或
使用:https://github.com/Saleh-Hassan/RTL-TextJustify-Android
示例: