I am remaking our custom preferences screen into PreferencesScreen.
We currently have several settings, for example checkboxes, with a questionmark icon next to it that users can click to get information about the setting.
The built-in preferences have "setIcon" which works, but it does not seem possible to make them clickable.
Is the only solution to make totally custom layouts for my preference, or is there some other way to have a clickable image or icon next to my preference rows?