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

Commit 667e9137 authored by Raff Tsai's avatar Raff Tsai
Browse files

Change Switchbar fontFamily and textSize

Test: manul
Change-Id: I8e03dd9ca500ab5517ed7a0d4abcb6e9edfbe239
Fixes: 116342461
parent b4dcebec
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"