Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Typeface typeface = Typeface.createFromAsset(getAssets(), "fonts/Roboto-Light.ttf");
  2. TextView textview = (TextView) findViewById(R.id.please_go_to);
  3. textview.setTypeface(typeface, Typeface.ITALIC);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement