Correct the size of the floating sheet info title
This CL corrects the sizing of the title in the info floating sheet in the preview screen
Bug: 280695181
Test: manual
Change-Id: Ia64eb47c71e316f7aed4245213396fb5c3d109e3
diff --git a/res/values/styles.xml b/res/values/styles.xml
index b2cd71d..c2710f6 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -75,7 +75,9 @@
</style>
<!-- Common components and widgets -->
- <style name="TitleTextAppearance" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title"/>
+ <style name="TitleTextAppearance" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title">
+ <item name="android:textSize">14sp</item>
+ </style>
<style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"/>