Hi, this isn't really supported by toasts, which are designed to be shown completely independently of the current app. You can fairly easily accomplish this by just displaying a normal dialog, except making it not have focus or receive touch events and giving it an animation style that fades in and then out.
On Wed, Jul 15, 2009 at 11:09 AM, Rohan Solanki <[email protected]>wrote: > Hi all, > I want my Toast to be displayed at specific points on the screen. How do > i do that? > > Thanks in advance... > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

