Loading packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) { Loading Loading
packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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) { Loading