Update text color.
Fixes: 187842274 Test: look at the new color Change-Id: I8ff540985e5905f9e95e52d5e7bfb57774226a59
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user