Is there any way to change the font for a EditText in Android? I want it to match the font\'s I set for all my textViews.
editText.setTypeface(Typeface.SERIF);
As like as for TextView.
Edit: Above is the XML