Hi all, Is there a way to disable the default "click" sound heard when hitting a standard Button or ImageButton?
I am playing my own sound when the user clicks an ImageButton (via OnClickListener and using a MediaPlayer), which works.. but I still hear the default system "click" sound which I don't want. I "could" implement it all manually, i.e. don't use an ImageButton and manually capture the touch event, detect if it's inside my image etc.. but I've just spent the past few hours getting my layout "just so" and I really don't want to have to code all this manually if I can avoid it. Thanks! -- 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

