Merge "Update text color." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a40b1cb418
@@ -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