Skip to content

Instantly share code, notes, and snippets.

@cloudshooterhuman
Created July 15, 2015 14:04
Show Gist options
  • Save cloudshooterhuman/b54aa974af85eabcf3e7 to your computer and use it in GitHub Desktop.
Save cloudshooterhuman/b54aa974af85eabcf3e7 to your computer and use it in GitHub Desktop.
EditText editText =(EditText)findViewById(R.id.insert_yors_edit_text_layout);
Typeface type = Typeface.createFromAsset(getAssets(),"fonts/yours_font.ttf");
editText.setTypeface(type);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment