Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae7b653c authored by Candice Lo's avatar Candice Lo
Browse files

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
parent d5bfc15d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>