Typeface typeface = Typeface.createFromAsset(getAssets(), "font.ttf"); TextView textView = (TextView) findViewById(R.id.textview_name); textView.setTypeface(typeface);
No comments:
Post a Comment