Merge "Fix battery percent text not updating on Font size change" into oc-dev
am: 2ca91661f0
Change-Id: I26680deb22ded21d970cd213e20f6d96d7ae8cc3
This commit is contained in:
@@ -234,6 +234,7 @@ public class BatteryMeterView extends LinearLayout implements
|
|||||||
scaledLayoutParams.setMargins(0, 0, 0, marginBottom);
|
scaledLayoutParams.setMargins(0, 0, 0, marginBottom);
|
||||||
|
|
||||||
mBatteryIconView.setLayoutParams(scaledLayoutParams);
|
mBatteryIconView.setLayoutParams(scaledLayoutParams);
|
||||||
|
FontSizeUtils.updateFontSize(mBatteryPercentView, R.dimen.qs_time_expanded_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user