Changing the unit for the line height of text in notifications to sp

Changing the unit for the line height of text in notifications to sp
to avoid cut off on text when the font size is scaled up.

Bug: 272070680
Test: manually - attach videos to the bug
Change-Id: I03b21c0d0bba1e57acd56dcc9b024817e13126f2
This commit is contained in:
Candice Lo
2023-03-14 14:42:51 +00:00
parent d5bfc15d3c
commit ae7b653c43

View File

@@ -356,7 +356,7 @@
<dimen name="notification_headerless_margin_twoline">20dp</dimen>
<!-- The height of each of the 1 or 2 lines in the headerless notification template -->
<dimen name="notification_headerless_line_height">24dp</dimen>
<dimen name="notification_headerless_line_height">24sp</dimen>
<!-- vertical margin for the headerless notification content -->
<dimen name="notification_headerless_min_height">56dp</dimen>