How to handle click events on custom items in the preference(PreferenceFragment)?
问题 I created custom layout for preference in order to add new custom item to it. I add that layout with android:layout property. My custom layout looks like that: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?android:attr/listPreferredItemHeightSmall" android:gravity="center_vertical" android