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
This commit is contained in:
Mill Chen
2021-06-23 15:31:18 +08:00
parent 144bb33a6a
commit 98360bcb04

View File

@@ -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">