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

Commit 75c98207 authored by Evan Laird's avatar Evan Laird Committed by android-build-merger
Browse files

Merge "Fix battery percent text not updating on Font size change" into oc-dev am: 2ca91661

am: 2c34b5bf

Change-Id: I95d4e069fa93ac025598a7a2954f7ed9f566fd25
parents cfa771ef 2c34b5bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -235,6 +235,7 @@ public class BatteryMeterView extends LinearLayout implements
        scaledLayoutParams.setMargins(0, 0, 0, marginBottom);

        mBatteryIconView.setLayoutParams(scaledLayoutParams);
        FontSizeUtils.updateFontSize(mBatteryPercentView, R.dimen.qs_time_expanded_size);
    }

    @Override