Using java Syntax Highlighting
- Typeface face = Typeface.createFromAsset(getAssets(), "fonts/my_font.ttf");
- playButton = (Button) findViewById(R.id.play_button);
- playButton.setTypeface(face);
Parsed in 0.029 seconds, using GeSHi 1.0.8.4
But I just can't seem to figure out how to apply the font to a Spinner. Any ideas?

