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

This commit is contained in:
Evan Laird
2017-06-20 19:49:34 +00:00
committed by Android (Google) Code Review

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