Merge "Update RBC UI with latest strings" into sc-dev

This commit is contained in:
Sally Yuen
2021-03-18 16:10:39 +00:00
committed by Android (Google) Code Review
5 changed files with 11 additions and 126 deletions

View File

@@ -80,6 +80,8 @@ public class ToggleReduceBrightColorsPreferenceFragment extends ToggleFeaturePre
};
final View view = super.onCreateView(inflater, container, savedInstanceState);
// Parent sets the title when creating the view, so set it after calling super
mToggleServiceSwitchPreference.setTitle(R.string.reduce_bright_colors_switch_title);
updateGeneralCategoryOrder();
return view;
}