Remove TextAppearance.QS.Status values-night entry
This text style was configured in values/ to use `config_headlineFontFamily` and in values-night/ to use `config_bodyFontFamily`. It looks like maybe BatteryMeterView was the only view that updated itself on that config value change, so this resulted in the battery percent text changing its stroke width on night mode change. Test: manual Fixes: 254107156 Change-Id: Ifcfe78162381c8a220078c8532b004a8ed492572
This commit is contained in:
@@ -24,11 +24,6 @@
|
||||
<item name="android:windowIsFloating">true</item>
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance.QS.Status" parent="TextAppearance.QS.TileLabel.Secondary">
|
||||
<item name="android:fontFamily">@*android:string/config_bodyFontFamily</item>
|
||||
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||||
</style>
|
||||
|
||||
<!-- Screenshots -->
|
||||
<style name="LongScreenshotActivity" parent="@android:style/Theme.DeviceDefault.DayNight">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
|
||||
Reference in New Issue
Block a user