Fixes the styling of group notifications
Previously their styling differed from the regular device default font Change-Id: I1c9617ad2bceebcbd8d9e60271d47f6c213df44a
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user