You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for the very nice library it really helped me a lot.
I have some small suggestions, first, I had to create another class extending the AREditText in order to modify getHtml() since the original method was printing with no option to turn that off.
Secondly, I noticed the Hyper Link can only have a link with no text ( you put the same link as its own text ) and in order to change that the Html class you have has to be modified.
Again, thank you for your effort.
The text was updated successfully, but these errors were encountered:
First of all thank you for the very nice library it really helped me a lot.
I have some small suggestions, first, I had to create another class extending the
AREditText
in order to modifygetHtml()
since the original method was printing with no option to turn that off.Secondly, I noticed the Hyper Link can only have a link with no text ( you put the same link as its own text ) and in order to change that the
Html
class you have has to be modified.Again, thank you for your effort.
The text was updated successfully, but these errors were encountered: