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

Commit 31373a62 authored by Peter Ng's avatar Peter Ng Committed by Android (Google) Code Review
Browse files

Merge "Settings applications processes viewer color updates"

parents 97fb1e8e 8e26e6a2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@ import android.util.DisplayMetrics;
import android.widget.LinearLayout;

public class LinearColorBar extends LinearLayout {
    static final int LEFT_COLOR = 0xffa0a0a0;
    static final int MIDDLE_COLOR = 0xffa0a0a0;
    static final int RIGHT_COLOR = 0xffa0c0a0;
    static final int LEFT_COLOR = 0xff0099cc;
    static final int MIDDLE_COLOR = 0xff0099cc;
    static final int RIGHT_COLOR = 0xff888888;

    private float mRedRatio;
    private float mYellowRatio;