Merge "Revise homepage colors" into sc-dev

This commit is contained in:
Jason Chiu
2021-06-03 03:31:06 +00:00
committed by Android (Google) Code Review
4 changed files with 9 additions and 6 deletions

View File

@@ -1219,7 +1219,7 @@ public final class Utils extends com.android.settingslib.Utils {
*/
@ColorInt
public static int getHomepageIconColor(Context context) {
return getColorAttrDefaultColor(context, android.R.attr.textColorPrimary);
return getColorAttrDefaultColor(context, android.R.attr.textColorSecondary);
}
public static boolean isProviderModelEnabled(Context context) {