Is it possible to change the font for the hint displayed in the EditText field? I want to set the font in the xml itself.
EditText
use this code:
edittext.setAccentTypeface(typeface);