Merge "Update text color." into sc-dev

This commit is contained in:
TreeHugger Robot
2021-07-14 13:58:04 +00:00
committed by Android (Google) Code Review

View File

@@ -1743,7 +1743,7 @@ public class VolumeDialogImpl implements VolumeDialog,
mContext, android.R.attr.colorBackgroundFloating); mContext, android.R.attr.colorBackgroundFloating);
final ColorStateList inverseTextTint = Utils.getColorAttr( final ColorStateList inverseTextTint = Utils.getColorAttr(
mContext, com.android.internal.R.attr.textColorPrimaryInverse); mContext, com.android.internal.R.attr.textColorOnAccent);
row.sliderProgressSolid.setTintList(colorTint); row.sliderProgressSolid.setTintList(colorTint);
if (row.sliderBgIcon != null) { if (row.sliderBgIcon != null) {