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

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

Merge "Change Switchbar fontFamily and textSize"

parents 87c69c04 667e9137
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -264,8 +264,8 @@

    <style name="TextAppearance.Medium" parent="@android:style/TextAppearance.Material.Medium"/>
    <style name="TextAppearance.Small" parent="@android:style/TextAppearance.Material.Small"/>
    <style name="TextAppearance.Switch" parent="@android:style/TextAppearance.Material.Title">
        <item name="android:textSize">18sp</item>
    <style name="TextAppearance.Switch" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title">
        <item name="android:textSize">16sp</item>
    </style>

    <style name="TextAppearance.CategoryTitle"