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.
Add this code in your java file Which type you want you can add like NORMAL, ITALIC, BOLD, BOLD_ITALIC.
edittext.setTypeface(null, Typeface.ITALIC);