In my application,i have a requirement that,whenever user typing in edit text the text should become italic,underlined and highlighted.Please can help me.
Thanking In Advance.
In my application,i have a requirement that,whenever user typing in edit text the text should become italic,underlined and highlighted.Please can help me.
Thanking In Advance.
EditText txt=(EditText)findViewById(R.id.txt);
txt.setTypeface(Typeface.SANS_SERIF, Typeface.BOLD); //you can change fonts as you like