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

Commit 336e11ea authored by abdullahirum's avatar abdullahirum
Browse files

Updating style to size line height based on font size

This CL updates the style for a number of text views so that their line height is sized in proportion to the set
font size.

Bug: 278664239
Test: manual
Change-Id: I522236d81fa97862868463f2242026645eccf60b
parent 3d0a6e1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@
        <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item>
        <item name="android:textColor">?android:textColorSecondary</item>
        <item name="android:textSize">14sp</item>
        <item name="android:lineHeight">20dp</item>
        <item name="android:lineHeight">16sp</item>
    </style>

    <style name="BetaTagTextStyle" parent="SectionTitleTextStyle">