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

am: 2ca91661f0

Change-Id: I26680deb22ded21d970cd213e20f6d96d7ae8cc3
This commit is contained in:
Evan Laird
2017-06-20 19:59:02 +00:00
committed by android-build-merger

View File

@@ -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