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

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

Merge "Fix crash due to bad maxLines defined for dialog titles on watch type devices." into oc-dev

parents 31f6a3dc 518ae84c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ please see styles_device_defaults.xml.
    </style>

    <style name="DialogWindowTitle.Material">
        <item name="maxLines">@empty</item>
        <item name="maxLines">@null</item>
        <item name="scrollHorizontally">false</item>
        <item name="textAppearance">@style/TextAppearance.Material.DialogWindowTitle</item>
        <item name="gravity">center_horizontal|top</item>