V.Lydia
1
Q:

How to chage font progrmatically

TextView tv = (TextView) findViewById(R.id.appname);
Typeface face = Typeface.createFromAsset(getAssets(),
            "fonts/epimodem.ttf");
tv.setTypeface(face);
1

New to Communities?

Join the community