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

Commit 8e26e6a2 authored by Peter Ng's avatar Peter Ng
Browse files

Settings applications processes viewer color updates

Change-Id: I233bed85c331aa909aebcd3358f7b985d9eaa473
parent d4227b03
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;