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

Commit 94e8259d authored by Amin Shaikh's avatar Amin Shaikh
Browse files

Remove fontFamily in Widget.DeviceDefault.TextView

Bug: 124108939
Test: make; turn night mode on/off
Change-Id: I7ca303fb56d64301e73125d4f71d7bd70e450d61
parent 9b5f31b8
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -41,9 +41,7 @@ easier.
        <item name="textAppearance">?attr/textAppearanceButton</item>
        <item name="textColor">@color/btn_colored_text_material</item>
    </style>
    <style name="Widget.DeviceDefault.TextView" parent="Widget.Material.TextView">
        <item name="fontFamily">@string/config_bodyFontFamily</item>
    </style>
    <style name="Widget.DeviceDefault.TextView" parent="Widget.Material.TextView" />
    <style name="Widget.DeviceDefault.CheckedTextView" parent="Widget.Material.CheckedTextView"/>
    <style name="Widget.DeviceDefault.AutoCompleteTextView" parent="Widget.Material.AutoCompleteTextView"/>
    <style name="Widget.DeviceDefault.CompoundButton.CheckBox" parent="Widget.Material.CompoundButton.CheckBox"/>