Created
July 15, 2015 14:04
-
-
Save cloudshooterhuman/b54aa974af85eabcf3e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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