Hello everyone, I'm developing an Android application, and I needed a custom preference. One that contains a button, rather than a checkbox or anything like that.
So I've built one, the code for it can be found here: http://pastebin.mozilla.org/908836, but I'm having a small (user experience) problem. When a user uses the trackball (s)he can select the custom preference, but clicking it using the trackball has no effect. Does anyone know how to make sure trackball-clicks have the same effect as touches, as in: invoke the "OnPreferenceClickListener"? Thanks in advance. -- 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

