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

Commit bd5d7210 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: I45c6faf144a0e8c0710b10aec69a7dac0f316fe3
parents a014ce29 2ca91661
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