How do you get a red asterisk in a entry so that you can display it at the end of the text to indicate its a required field, like: Enter your name * (asterisk will be red).
Alternative for showing asterisk in android Textview
txtvw2.setText(Html.fromHtml("*"+"enter you name"));