Is it possible to have a TextView object containing text of two sizes?
We can change the color of text content using single TextView object using textViewObj.setText(Html.fromHtml()); method. But is it possible to have text of two sizes in the single TextView object like below
.
What I am getting is shown below. I have tried a lot but the text is of same size.

I have checked with Editext.Then i came to know that
Html.fromHtml()does not support<font>tag.I use this codeIt show different size text hello and hello but in two different line.But
<font>tag value does not change any thing