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

Commit ed0b75df authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix separator color for light wallpapers" into pi-dev

parents 8c55e8c3 b21fb802
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ import android.app.ActivityManager;
import android.app.AlarmManager;
import android.app.IActivityManager;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.graphics.Color;
@@ -357,7 +358,7 @@ public class KeyguardStatusView extends GridLayout {
        updateDozeVisibleViews();
        mKeyguardSlice.setDark(darkAmount);
        mClockView.setTextColor(blendedTextColor);
        mClockSeparator.setBackgroundColor(blendedTextColor);
        mClockSeparator.setBackgroundTintList(ColorStateList.valueOf(blendedTextColor));
    }

    public void setPulsing(boolean pulsing) {