diff options
| -rw-r--r-- | packages/SystemUI/res/values/styles.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml index 2cd2c439ee65..fc7a56ff3f18 100644 --- a/packages/SystemUI/res/values/styles.xml +++ b/packages/SystemUI/res/values/styles.xml @@ -71,11 +71,11 @@ <style name="hybrid_notification_title"> <item name="android:paddingEnd">4dp</item> - <item name="android:textAppearance">@*android:style/TextAppearance.Material.Notification.Title</item> + <item name="android:textAppearance">@*android:style/TextAppearance.DeviceDefault.Notification.Title</item> </style> <style name="hybrid_notification_text" - parent="@*android:style/Widget.Material.Notification.Text"> + parent="@*android:style/Widget.DeviceDefault.Notification.Text"> <item name="android:paddingEnd">4dp</item> </style> @@ -336,10 +336,6 @@ <item name="android:gravity">center</item> </style> - <style name="TextAppearance.Material.Notification.HeaderTitle" - parent="@*android:style/TextAppearance.Material.Notification.Info"> - </style> - <style name="SearchPanelCircle"> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">match_parent</item> @@ -469,7 +465,7 @@ </style> <style name="TextAppearance.HeadsUpStatusBarText" - parent="@*android:style/TextAppearance.Material.Notification.Info"> + parent="@*android:style/TextAppearance.DeviceDefault.Notification.Info"> </style> <style name="TextAppearance.QSEdit.Headers" |