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
Hi Pixplicity, I am using your library to display the text that contains image,text , background of text but the problem is my image is not showing the text colour when I'm using HtmlCompat, any help would be appreciable, thanks.
The text was updated successfully, but these errors were encountered:
Have you provided an ImageGetter as per the documentation?
// You may want to provide an ImageGetter, TagHandler and SpanCallback:
Spanned fromHtml = HtmlCompat.fromHtml(context, source, 0,
imageGetter, tagHandler, spanCallback);
Hi Pixplicity, I am using your library to display the text that contains image,text , background of text but the problem is my image is not showing the text colour when I'm using HtmlCompat, any help would be appreciable, thanks.
The text was updated successfully, but these errors were encountered: