Merge "Reduce height and text size of notification section headers" into rvc-dev am: 633dfcd660 am: 1c1245e02b

Change-Id: I5ecf07b1e6f64966c48947f5f2a7844b609bdcfd
This commit is contained in:
TreeHugger Robot
2020-04-28 22:05:34 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 2 deletions

View File

@@ -757,7 +757,7 @@
<!-- The top padding of the clear all button --> <!-- The top padding of the clear all button -->
<dimen name="clear_all_padding_top">12dp</dimen> <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> <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 <!-- Largest size an avatar might need to be drawn in the user picker, status bar, or

View File

@@ -572,7 +572,7 @@
parent="@android:style/Widget.Material.Button.Borderless"> parent="@android:style/Widget.Material.Button.Borderless">
<item name="android:textColor">?attr/wallpaperTextColor</item> <item name="android:textColor">?attr/wallpaperTextColor</item>
<item name="android:textAllCaps">false</item> <item name="android:textAllCaps">false</item>
<item name="android:textSize">16sp</item> <item name="android:textSize">14sp</item>
</style> </style>
<style name="TextAppearance.HeadsUpStatusBarText" <style name="TextAppearance.HeadsUpStatusBarText"