PreferenceCategory text color not change to latest color
Closed this issue · 0 comments
tcqq commented
@Gericop I changed primary and accent colors, and then call activity.recreate();
, But the PreferenceCategory
text color not change to latest color, Color changed correctly when I reopened the current Activity.
If I use PreferenceFragmentCompat
instead of PreferenceFragmentCompatDividers
, the color will changes immediately, without the above problem.
I use Colorful to change primary and accent color.
Code:
<PreferenceCategory android:title="@string/theme_settings_app_ui_colors">