| Class and Description |
|---|
| com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
Use
PreferenceFragmentCompat instead as it provides the official (and fixed)
divider settings. If you want to customize dividers, use the hidden API attributes
app:allowDividerAbove and app:allowDividerBelow on the preferences in the XML.
As a user requested, here's a variant of PreferenceFragmentCompatFix that allows one to fully
customize the dividers between categories and items. |
| Method and Description |
|---|
| com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat.onCreatePreferences(Bundle, String) |