// Obtain the Typeface object for Arial
Typeface arialTypeface = Typeface.create("Arial", Typeface.NORMAL);
// Set the Typeface on the TextView
TextView textView = findViewById(R.id.my_text_view);
textView.setTypeface(arialTypeface);
// Obtain the Typeface object for Arial
Typeface arialTypeface = Typeface.create("Arial", Typeface.NORMAL);
// Set the Typeface on the TextView
TextView textView = findViewById(R.id.my_text_view);
textView.setTypeface(arialTypeface);