1

I would like to display a toast in Android. I decided that it would look nice to put one of the words in italics. Is it possible to italicize a specific word for a toast?

Patrick Mahoney
  • 555
  • 7
  • 19

2 Answers2

0

I see Toast class has setView method. You could try giving it a different view with what you need.

ming_codes
  • 2,870
  • 25
  • 24
0

Yes. You can create a custom View. See this tutorial.

Phil
  • 35,852
  • 23
  • 123
  • 164