Hi can you please tell me how to "register setOnPreferenceClickListener to a function" thank you
this is the code from my settings.xml file <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" android:title="@string/tw_settings" android:key="twSettings"> <PreferenceScreen android:title="@string/bgColor" android:summary="@string/bgColor_summary" android:key="colorPicker"> </PreferenceScreen> </PreferenceScreen> -- 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

