Merge "Update text color." into sc-dev am: a40b1cb418

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15276750

Change-Id: Ifc17be12ee5f269fc405b24196e125a7559717e0
This commit is contained in:
TreeHugger Robot
2021-07-14 14:00:18 +00:00
committed by Automerger Merge Worker

View File

@@ -1750,7 +1750,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) {