Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cf016ba authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Update text color.

Fixes: 187842274
Test: look at the new color
Change-Id: I8ff540985e5905f9e95e52d5e7bfb57774226a59
parent 71f911e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {