Raktim Das wrote: > Hi, > Anybody knows where the font properties for a Toast are derived from? > Is there any way the properties, mainly the size, can be changed?
Toast#setView() allows you to make the Toast look like whatever you want -- just inflate yourself a View from a layout or build it directly in Java. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

