Update text color.

Fixes: 187842274
Test: look at the new color
Change-Id: I8ff540985e5905f9e95e52d5e7bfb57774226a59
This commit is contained in:
Josh Tsuji
2021-07-13 18:07:20 -04:00
parent 71f911e7e0
commit 6cf016ba3a

View File

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