Merge "Fix battery percent text not updating on Font size change" into oc-dev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user