Merge "Update text color." into sc-dev am: a40b1cb418
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15276750 Change-Id: Ifb02ffb1630895b0ee2d94c1b8b6aafe2f71ebb9
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user