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

Commit dc35b02e authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "systemui: Use the same color for circle battery than clock color" into cm-11.0

parents d9dc0d78 39c8d156
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -614,7 +614,7 @@ public class BatteryMeterView extends View implements DemoMode {
            Resources res = getResources();

            mTextPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
            mTextPaint.setColor(0xFFFFFFFF);
            mTextPaint.setColor(res.getColor(R.color.status_bar_clock_color));
            Typeface font = Typeface.create("sans-serif-condensed", Typeface.NORMAL);
            mTextPaint.setTypeface(font);
            mTextPaint.setTextAlign(Paint.Align.CENTER);