Strike html tag not rendering in EditText with TextFormatted
问题 I am attempting to render an html string within an EditText control. Bold, italic, and underline html renders correctly, however strike through is just ignored. Here is the EditText control, nothing fancy: <EditText android:id="@+id/rich_text" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/Widget.EditText" android:gravity="top" android:inputType="textFilter|textMultiLine|textNoSuggestions" android:minLines="8" android:textStyle="normal" /> And here is