Reduce height and text size of notification section headers
Fixes: 154839993 Test: manual, visual Change-Id: Id5d1d357ab3ff940420fd1430995a9f748de145f
This commit is contained in:
@@ -757,7 +757,7 @@
|
||||
<!-- The top padding of the clear all button -->
|
||||
<dimen name="clear_all_padding_top">12dp</dimen>
|
||||
|
||||
<dimen name="notification_section_header_height">56dp</dimen>
|
||||
<dimen name="notification_section_header_height">48dp</dimen>
|
||||
<dimen name="notification_section_header_padding_left">16dp</dimen>
|
||||
|
||||
<!-- Largest size an avatar might need to be drawn in the user picker, status bar, or
|
||||
|
||||
@@ -572,7 +572,7 @@
|
||||
parent="@android:style/Widget.Material.Button.Borderless">
|
||||
<item name="android:textColor">?attr/wallpaperTextColor</item>
|
||||
<item name="android:textAllCaps">false</item>
|
||||
<item name="android:textSize">16sp</item>
|
||||
<item name="android:textSize">14sp</item>
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance.HeadsUpStatusBarText"
|
||||
|
||||
Reference in New Issue
Block a user