So i tried checking the source and all the source java code and basically i was searching for KEYCODE_VOLUME_DOWN but the code overrides the KEYCODE_VOLUME_DOWN to show a display of "media volume" rather then the basic "Ringer Volume" display so i couldnt find any code that was using those words does anyone have an idea what it is like is it a toast cuz if it is does anyone know how to put a seekbar and textview on a single toast
On Mar 9, 2:29 pm, TreKing <[email protected]> wrote: > On Wed, Mar 9, 2011 at 4:22 PM, kiros88 <[email protected]> wrote: > > when u use the volume control buttons a volume seekbar pops up like a toast > > That's probably what it is, with a custom view. > It happens everywhere when you press the volume keys and they're not handled > by the current Activity. > You can always check the source to be sure. > > --------------------------------------------------------------------------- > ---------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- 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

