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

Commit 26902631 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

Change-Id: Ibf1f7c4168be4303f7ba42bab0d665c60a355706
parents 717f3df7 2ca91661
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -234,6 +234,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