I have a textview which has a long text lines like below:
$hello all my name is Ford
I'm an electronic engineer and so blah blah blah
and something else here
so other texts....
$and this is another line like the first line
and so other normal texts
my question is how can I get just the lines that have the $ symbol on the first of those and set some effects to just those specific lines like Bold and red color.. not other lines...
Any Idea??!
Thanks for your helps!
Edit:
note that my textview texts are dynamic and I cant write code for some specific sentences. I want to write some code as template to every line that for example starts with $ , be bold or something like that.
and also I want to the $ symbole itself; doesn't show in my text view after this proccess! any idea for this?