I have been able to implement a preference screen with the support library v7 using PreferenceFragmentCompat.
However I tried to implement PreferenceHeaders but I have not been able to find the equivalent of
loadHeadersFromResource(R.xml.preference_headers, target);
in the preferenceactivity class for the PreferenceFragmentCompat.
Does anyone know how to implement PreferenceHeaders while using the PreferenceFragment or PreferenceFragment subclasses?