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
where the line ...span style="color: #000000;"... is responsible for that black color.
Now I change the color to red by selecting the text and try to show it on TextView, which, by the way, looks in HTML like this:
As you can see, the previous (black) color will not be overwritten or replaced by the new (red) color. Rather simply added new span. One more thing is that after changing the color and tiring to show it on TextView, the new color is not rendered.
Please help. Thanks!
The text was updated successfully, but these errors were encountered:
Let's say I have a text "My Text" wich is in black color and it is represented like this:
where the line
...span style="color: #000000;"...
is responsible for that black color.Now I change the color to red by selecting the text and try to show it on TextView, which, by the way, looks in HTML like this:
As you can see, the previous (black) color will not be overwritten or replaced by the new (red) color. Rather simply added new span. One more thing is that after changing the color and tiring to show it on TextView, the new color is not rendered.
Please help. Thanks!
The text was updated successfully, but these errors were encountered: