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
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 87aae10..c70b596 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -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">