Re: [android-developers] Re: drawing over everything

2013-05-10 Thread Michael Banzon
This should most likely be the way to go. I don't have any real lead that can help you along the way - but I have noticed the new "chat heads" in the facebook app also appear on top of everything (including keyboard). The implementation of toasts might be a bit closer to the OS but knowing that an

[android-developers] Re: drawing over everything

2013-05-10 Thread bob
I'm thinking maybe I can do this by using whatever technique the *Toast*uses. I noticed that toasts do show up over the keyboard and probably everything else. Anyone know where to look to see the actual code that puts the *Toast*above everything else? I didn't see it in the most obvious place,