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

Commit 45b95d5f 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...

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

Change-Id: I3ae72a866b7b14bb0365449ad388ad7f88d5043b
parents fc55d338 75c98207
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