为什么StrikeThrough样式未显示在editText的Html.toHtml()方法中

时间:2018-08-23 09:51:09

标签: android text android-edittext strikethrough

基本上,我要给editText提供单独的样式,然后在按钮上单击以在textView上显示这些样式。我正在Spans的{​​{1}}中使用afterTextChange()更改样式。所有样式都完美地显示在editText中,即editTextUnderline。然后,当我将它们设为StrikeThrough并以Html.toHtml(editText.getText())显示时,奇怪的是仅显示了下划线样式但strikeThrough样式未显示。

获取和设置Txt的代码:

textView

进行点击的代码:

String html=Html.toHtml(editText.getText())a;
textView.setText(Html.toHtml(html));

0 个答案:

没有答案