Advertisement
dzikovskyy

Set Typeface, Android

Jun 16th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. private void setTypeface() {
  2.         Typeface typeface = Typeface.createFromAsset(getAssets(), "fonts/Roboto-Light.ttf");
  3.         ((TextView)findViewById(R.id.text_view)).setTypeface(typeface);
  4.        
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement