I do have a Android button
in my layout file. Similar to this:
Code for above implememtation is :
button.setText(Html.fromHtml("Text in Capital Letters <br/><small>(Text in small letters)</small>"));
What I want to make text in "Text in Small letters" Lowercase
. How can I do that?