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

Commit 64f9d408 authored by Michael Kwan's avatar Michael Kwan Committed by android-build-merger
Browse files

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

am: 93a2f19f

Change-Id: I6bdb4e9b41af9330405577fb18123720038530d0
parents ea095c3e 93a2f19f
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>