- dialogPreferences - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
-
- displayPreferenceDialog(Fragment, String) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
-
- displayPreferenceDialog(Fragment, String, Bundle) - Method in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompat
-
- DIVIDER_CATEGORY_AFTER_LAST - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Draws a divider after the last item in a category group.
- DIVIDER_CATEGORY_BEFORE_FIRST - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Draws a divider before the first item in a category group.
- DIVIDER_CATEGORY_BETWEEN - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Draws a divider between adjacent categories.
- DIVIDER_DEFAULT - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Draws the material guidelines compatible divider implementation.
- DIVIDER_NO_AFTER_LAST - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Won't draw a divider after the very last item.
- DIVIDER_NO_BEFORE_FIRST - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Won't draw a divider before the very first item.
- DIVIDER_NONE - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Draws no dividers.
- DIVIDER_OFFICIAL - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Draws the divider implementation of the official support library.
- DIVIDER_PADDING_CHILD - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Draws the divider according to the preferences' padding.
- DIVIDER_PADDING_PARENT - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Draws a divider using the parent's (RecyclerView) padding.
- DIVIDER_PREFERENCE_AFTER_LAST - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Draws a divider after the last item in a preference group.
- DIVIDER_PREFERENCE_BEFORE_FIRST - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Draws a divider before the first item in a preference group.
- DIVIDER_PREFERENCE_BETWEEN - Static variable in class com.takisoft.fix.support.v7.preference.PreferenceFragmentCompatDividers
-
Draws a divider between adjacent preferences.