Merge "Update Settings homepage color role mappings" into main
This commit is contained in:
@@ -1289,7 +1289,8 @@ 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, com.android.internal.R.attr.materialColorOnSurface);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user