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:
Evan Laird
2022-11-16 16:46:18 -05:00
parent e182b0d479
commit 5939f755dd

View File

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