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

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

Merge "Turn off LAYER_TYPE_SOFTWARE on BatteryMeterView" into qt-dev

parents fd3cf32a 3e98ff34
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ public class BatteryMeterView extends ImageView {
        mDrawable = new BatteryMeterDrawable(context, frameColor);
        mDrawable.setColorFilter(mAccentColorFilter);
        setImageDrawable(mDrawable);
        setLayerType(LAYER_TYPE_SOFTWARE, null);
    }

    public void setBatteryLevel(int level) {