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

Commit 5ca45402 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove fontFamily in Widget.DeviceDefault.TextView"

parents 6f6b877a 94e8259d
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"/>