Update Settings homepage color role mappings

doc: go/settings-color-roles-remapping-result
Test: local raven device
Bug: 299907492

Change-Id: I8ba90ec61970fa2aa56f9d5d4029c22c74940120
This commit is contained in:
marcusge
2023-09-14 18:16:26 +00:00
parent 369b3f3ef9
commit 775280aa27
4 changed files with 6 additions and 4 deletions

View File

@@ -1277,7 +1277,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);
}
/**