-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: add TextView helper class which is used to convert from the generated Html #146
Comments
For now, the only workaround is to still use RTEditText, yet extend from it and have it disabled:
|
@AndroidDeveloperLB I am new to Kotlin. Would it be possible for you to provide a Java implementation of this if it's not too much trouble? I have found a different workaround. Instead of extending from RTEditText, you can simply declare it in place of the TextView, set its android:editable="false" and use it as usual in the relevant view by called rtEditText.setRichTextEditing(true, value) |
@Saunved I've moved forward to other things. What the above means, is:
|
@AndroidDeveloperLB Thanks for the help :) |
If we wish to only view the content that was saved before on the RTEditText, into TextView, using the normal
Html.fromHtml
isn't enough, as it doesn't handle lists well, and a lot more tags.Please add an option to somehow view such content on TextView.
The text was updated successfully, but these errors were encountered: