可以使用以下代码解决该问题:
添加以下属性到TextView的XML布局文件中:
android:breakStrategy="simple" android:hyphenationFrequency="normal"
使用以下代码在代码中动态设置:
textView.setBreakStrategy(Layout.BREAK_STRATEGY_SIMPLE); textView.setHyphenationFrequency(Layout.HYPHENATION_FREQUENCY_NORMAL);