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

Commit 98360bcb authored by Mill Chen's avatar Mill Chen
Browse files

Update the text size for collapsedTextAppearance

Fix: 177967930
Test: visual verified
1) Navigate to either sub-setting page
2) Rotate the screen to landscape mode
3) See if the size of title is the same as the one in portrait mode

Change-Id: I91621b6be298ae886432d3b06996be0ccc7b974c
parent 144bb33a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
<resources>
    <style name="CollapsingToolbarTitle.Collapsed" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title">
        <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item>
        <item name="android:textSize">20dp</item>
    </style>

    <style name="CollapsingToolbarTitle.Expanded" parent="CollapsingToolbarTitle.Collapsed">