I have a preference fragment with a preference screen hierarchy. I would like to add a custom layout to define an \"about the author\" section, adding imageview to an elemen
In your preference xml file (res/xml/prefs.xml), add a Preference with a custom layout:
res/xml/prefs.xml
Preference
Example of layout/custom_preference.xml with an ImageView and a TextView with a link that will be opened in the browser:
layout/custom_preference.xml
ImageView
TextView
It's the last preference in the screenshot: