diff options
Diffstat (limited to 'packages/SystemUI/res/values-night/styles.xml')
-rw-r--r-- | packages/SystemUI/res/values-night/styles.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/SystemUI/res/values-night/styles.xml b/packages/SystemUI/res/values-night/styles.xml index 6f871695c491..99bc794547f2 100644 --- a/packages/SystemUI/res/values-night/styles.xml +++ b/packages/SystemUI/res/values-night/styles.xml @@ -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> |