Customizing the layout of a PreferenceScreen
问题 My requirements Note: I need to support Android API 15 and onwards. In my PreferenceFragment I am dynamically adding PreferenceScreen's to a PreferenceCategory. PreferenceScreen as = mgr.createPreferenceScreen(context); as.setTitle(name); myCategory.addPreference(as); When the settings Activity renders these PreferenceScreens are rendered with just a title in it's row, see the image below. I want to customize what is shown in this row. Ideally I would like to have a title with a summary below