In my Android app I want to show a Dialog if the user selects on something that looks like plain text in a PreferenceScreen. I have seen How to open AlertDialog from preference screen?, but that solution launches from a CheckBoxPreference.
In my case, I'd like to launch from something that looks like a TextView (or I suppose it could be a button), and it would then lead to an "About" dialog I already have. Any suggestions how to do that? Thanks.