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

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

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

View File

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