Adding listeners to individual ListPreference items
问题 I'm trying to add individual listeners to items in a ListPreference but I just can't find the right code to do it. For example, assume I have an app where needs the region to be set. So I have a ListPreference with three options; Americas, Asia, Europe. When I use the trackpad to scroll through the items I would like them to speak the text of the preference when they get focus. I'm sure somewhere in the API I can add a listener to the individual items but I just can not find it. There is a