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

Commit f6bd6fff authored by Abhisek Devkota's avatar Abhisek Devkota Committed by Gerrit Code Review
Browse files

Merge "Fix circle battery opaqueness for the low battery color" into cm-11.0

parents 8bfcaad1 345bdd88
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -645,7 +645,6 @@ public class BatteryMeterView extends View implements DemoMode {
            mFrontPaint.setDither(true);
            mFrontPaint.setStrokeWidth(0);
            mFrontPaint.setStyle(Paint.Style.STROKE);
            mFrontPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST_ATOP));

            mBackPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
            mBackPaint.setColor(res.getColor(R.color.batterymeter_frame_color));